turn of signature checking for now
authormiker <miker@9efc2488-bf62-4759-914b-345cdb29e865>
Fri, 27 Jan 2006 22:03:40 +0000 (22:03 +0000)
committermiker <miker@9efc2488-bf62-4759-914b-345cdb29e865>
Fri, 27 Jan 2006 22:03:40 +0000 (22:03 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@630 9efc2488-bf62-4759-914b-345cdb29e865

src/perlmods/OpenSRF/Application.pm

index 6365ff7..2879e1f 100644 (file)
@@ -146,7 +146,7 @@ sub handler {
                        my $resp;
                        try {
                                # un-if(0) this block to enable param checking based on signature and argc
-                               if (1) {
+                               if (0) {
                                        if (@args < $coderef->argc) {
                                                die     "Not enough params passed to ".
                                                        $coderef->api_name." : requires ". $coderef->argc
@@ -225,7 +225,7 @@ sub handler {
                                my $resp;
                                try {
                                        # un-if(0) this block to enable param checking based on signature and argc
-                                       if (1) {
+                                       if (0) {
                                                if (@args < $aref->[2]->argc) {
                                                        die     "Not enough params passed to ".
                                                                $aref->[2]->api_name." : requires ". $aref->[2]->argc