From c9ea95f916235d218a89156c7b6013455288bcd1 Mon Sep 17 00:00:00 2001 From: miker Date: Fri, 27 Jan 2006 22:03:40 +0000 Subject: [PATCH 1/1] turn of signature checking for now git-svn-id: svn://svn.open-ils.org/ILS/trunk@2872 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- OpenSRF/src/perlmods/OpenSRF/Application.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenSRF/src/perlmods/OpenSRF/Application.pm b/OpenSRF/src/perlmods/OpenSRF/Application.pm index 6365ff7b22..2879e1fb4d 100644 --- a/OpenSRF/src/perlmods/OpenSRF/Application.pm +++ b/OpenSRF/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 -- 2.43.2