koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha search.pl,1.16,1.17


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha search.pl,1.16,1.17
Date: Fri, 11 Oct 2002 23:10:03 -0700

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

Modified Files:
        search.pl 
Log Message:
Sorted "use" statements in esthetic order.


Index: search.pl
===================================================================
RCS file: /cvsroot/koha/koha/search.pl,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** search.pl   10 Oct 2002 05:27:16 -0000      1.16
--- search.pl   12 Oct 2002 06:10:00 -0000      1.17
***************
*** 1,8 ****
  #!/usr/bin/perl
  
- use HTML::Template;
- 
- 
- 
  # Copyright 2000-2002 Katipo Communications
  #
--- 1,4 ----
***************
*** 24,29 ****
  use strict;
  require Exporter;
- 
  use CGI;
  use C4::Context;
  use C4::Search;
--- 20,25 ----
  use strict;
  require Exporter;
  use CGI;
+ use HTML::Template;
  use C4::Context;
  use C4::Search;




reply via email to

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