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

Paul POULAIN tipaul at users.sourceforge.net
Mon May 19 17:22:14 CEST 2003


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 ----





More information about the Koha-cvs mailing list