From b212f34723e3457b5393b2c3d8085ac42a324ca2 Mon Sep 17 00:00:00 2001 From: tipaul Date: Mon, 19 May 2003 15:22:12 +0000 Subject: [PATCH] remove trailing warn :-) --- insertdata.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/insertdata.pl b/insertdata.pl index 901c437986..28ac495e8f 100755 --- a/insertdata.pl +++ b/insertdata.pl @@ -65,7 +65,6 @@ if (my $data2=$sth->fetchrow_hashref){ textmessaging='$data{'textmessaging'}', branchcode = '$data{'branchcode'}', zipcode = '$data{'zipcode'}',homezipcode='$data{'homezipcode'}' where borrowernumber=$data{'borrowernumber'}"; -# print $query; }else{ $data{'dateofbirth'}=format_date_in_iso($data{'dateofbirth'}); @@ -81,7 +80,6 @@ if (my $data2=$sth->fetchrow_hashref){ '$data{'phoneday'}','$data{'categorycode'}','$data{'city'}','$data{'area'}','$data{'phone'}', '$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 # so when we update information for an adult we should check for guarantees and update the relevant part -- 2.39.2