From be6a8f9d227b1463bf2b2f21a26991b463f33ee4 Mon Sep 17 00:00:00 2001 From: rangi Date: Sun, 11 May 2003 07:31:37 +0000 Subject: [PATCH] Removing duplicate use C4::Auth --- search.pl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/search.pl b/search.pl index d5a7ab84dc..33ac0b5e60 100755 --- a/search.pl +++ b/search.pl @@ -1,5 +1,6 @@ #!/usr/bin/perl +# $Id$ # Copyright 2000-2002 Katipo Communications # # This file is part of Koha. @@ -17,6 +18,11 @@ # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, # Suite 330, Boston, MA 02111-1307 USA +# $Log$ +# Revision 1.31 2003/05/11 07:31:37 rangi +# Removing duplicate use C4::Auth +# + use strict; require Exporter; use CGI; @@ -24,7 +30,6 @@ use C4::Auth; use HTML::Template; use C4::Context; use C4::Search; -use C4::Auth; use C4::Output; use C4::Interface::CGI::Output; -- 2.11.0