[Koha-cvs] CVS: koha request.pl,1.4,1.5

Finlay Thompson finlayt at users.sourceforge.net
Thu Jul 25 23:42:28 CEST 2002


Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv9503

Modified Files:
	request.pl 
Log Message:

taking out some warn statements....


Index: request.pl
===================================================================
RCS file: /cvsroot/koha/koha/request.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** request.pl	2 Jul 2002 15:59:53 -0000	1.4
--- request.pl	25 Jul 2002 21:42:26 -0000	1.5
***************
*** 82,87 ****
  my $existingreserves = "";
  foreach my $res (sort {$a->{'found'} cmp $b->{'found'}} @$reserves){
-     #my $bor=$reserves->[$i]{'firstname'}."%20".$reserves->[$i]{'surname'};
-     #$bor=~ s/ /%20/g;
      my $prioropt = priorityoptions($count, $res->{'priority'});
      my $bropt = branchoptions($res->{'branchcode'});
--- 82,85 ----





More information about the Koha-cvs mailing list