From: miker Date: Fri, 27 Jan 2006 22:03:40 +0000 (+0000) Subject: turn of signature checking for now X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=a3909bca45dbbf73c7e255891a18f0749318b39f;p=opensrf%2Fbjwebb.git turn of signature checking for now git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@630 9efc2488-bf62-4759-914b-345cdb29e865 --- diff --git a/src/perlmods/OpenSRF/Application.pm b/src/perlmods/OpenSRF/Application.pm index 6365ff7..2879e1f 100644 --- a/src/perlmods/OpenSRF/Application.pm +++ b/src/perlmods/OpenSRF/Application.pm @@ -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