koha-cvs
[Top][All Lists]
Advanced

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

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


From: Finlay Thompson
Subject: [Koha-cvs] CVS: koha request.pl,1.4,1.5
Date: Thu, 25 Jul 2002 14:42:28 -0700

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




reply via email to

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