koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/circ branchtransfers.pl,1.16,1.17


From: Ambrose Li
Subject: [Koha-cvs] CVS: koha/circ branchtransfers.pl,1.16,1.17
Date: Wed, 05 Feb 2003 00:04:02 -0800

Update of /cvsroot/koha/koha/circ
In directory sc8-pr-cvs1:/tmp/cvs-serv9739/circ

Modified Files:
        branchtransfers.pl 
Log Message:
Missing "use" statement
Noted correct tab size


Index: branchtransfers.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/branchtransfers.pl,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** branchtransfers.pl  2 Feb 2003 07:18:38 -0000       1.16
--- branchtransfers.pl  5 Feb 2003 08:04:00 -0000       1.17
***************
*** 1,3 ****
--- 1,4 ----
  #!/usr/bin/perl
+ # WARNING: This file uses 4-character tabs!
  
  #written 11/3/2002 by Finlay
***************
*** 28,31 ****
--- 29,33 ----
  use C4::Reserves2;
  use C4::Auth;
+ use C4::Interface::CGI::Output;
  use HTML::Template;
  
***************
*** 290,291 ****
--- 292,297 ----
        return $borinfo->{'surname'}." ".$borinfo->{'title'}." 
".$borinfo->{'firstname'};
  }
+ 
+ # Local Variables:
+ # tab-width: 4
+ # End:




reply via email to

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