From a1441d959a3cdfeb7cfe75a4d91d0a83220b8bbc Mon Sep 17 00:00:00 2001 From: arensb Date: Sat, 12 Oct 2002 06:10:00 +0000 Subject: [PATCH] Sorted "use" statements in esthetic order. --- search.pl | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/search.pl b/search.pl index 73dbaca58b..19ae914106 100755 --- a/search.pl +++ b/search.pl @@ -1,9 +1,5 @@ #!/usr/bin/perl -use HTML::Template; - - - # Copyright 2000-2002 Katipo Communications # # This file is part of Koha. @@ -23,8 +19,8 @@ use HTML::Template; use strict; require Exporter; - use CGI; +use HTML::Template; use C4::Context; use C4::Search; use C4::Auth; -- 2.39.2