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

Finlay Thompson finlayt at users.sourceforge.net
Fri Jul 26 03:08:15 CEST 2002


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

Modified Files:
	request.pl 
Log Message:

removed some warn statments.



Index: request.pl
===================================================================
RCS file: /cvsroot/koha/koha/request.pl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** request.pl	25 Jul 2002 21:42:26 -0000	1.5
--- request.pl	26 Jul 2002 01:08:13 -0000	1.6
***************
*** 37,41 ****
  my $branches = getbranches();
  
- warn $branch;
  
  my $branchoptions = branchoptions($branch);
--- 37,40 ----
***************
*** 84,88 ****
      my $prioropt = priorityoptions($count, $res->{'priority'});
      my $bropt = branchoptions($res->{'branchcode'});
-     warn $res->{'branchcode'};
      my $bor=$res->{'borrowernumber'};
      $date = slashifyDate($res->{'reservedate'});
--- 83,86 ----





More information about the Koha-cvs mailing list