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

Andrew Arensburger arensb at users.sourceforge.net
Sat Oct 12 08:10:03 CEST 2002


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;





More information about the Koha-cvs mailing list