[Koha-patches] [PATCH] bug 2856 followup: remove unconditional warn

Galen Charlton galen.charlton at liblime.com
Mon Dec 29 20:53:24 CET 2008


---
 C4/Members.pm |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/C4/Members.pm b/C4/Members.pm
index 0dcd5b4..3227a40 100644
--- a/C4/Members.pm
+++ b/C4/Members.pm
@@ -1239,7 +1239,6 @@ sub checkuniquemember {
             "SELECT borrowernumber,categorycode FROM borrowers WHERE surname=? and firstname=?  and dateofbirth=?" :
             "SELECT borrowernumber,categorycode FROM borrowers WHERE surname=? and firstname=?";
     my $sth = $dbh->prepare($request);
-    warn $request;
     if ($collectivity) {
         $sth->execute( uc($surname) );
     } elsif($dateofbirth){
-- 
1.5.5.GIT




More information about the Koha-patches mailing list