koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha insertdata.pl,1.20,1.21


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha insertdata.pl,1.20,1.21
Date: Mon, 19 May 2003 08:22:14 -0700

Update of /cvsroot/koha/koha
In directory sc8-pr-cvs1:/tmp/cvs-serv18901

Modified Files:
        insertdata.pl 
Log Message:
remove trailing warn :-)

Index: insertdata.pl
===================================================================
RCS file: /cvsroot/koha/koha/insertdata.pl,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -r1.20 -r1.21
*** insertdata.pl       19 May 2003 15:07:05 -0000      1.20
--- insertdata.pl       19 May 2003 15:22:12 -0000      1.21
***************
*** 66,70 ****
    zipcode = '$data{'zipcode'}',homezipcode='$data{'homezipcode'}'
    where borrowernumber=$data{'borrowernumber'}";
- #  print $query;
  
  }else{
--- 66,69 ----
***************
*** 82,86 ****
    
'$data{'borrowernotes'}','$data{'altphone'}','$data{'surname'}','$data{'initials'}',
    
'$data{'ethnicity'}','$data{'borrowernumber'}','$data{'streetaddress'}','$data{'branchcode'}','$data{'zipcode'}','$data{'homezipcode'}')";
-   warn "".$query;
  }
  # ok if its an adult (type) it may have borrowers that depend on it as a 
guarantor
--- 81,84 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]