From: rangi Date: Sun, 11 May 2003 07:31:37 +0000 (+0000) Subject: Removing duplicate use C4::Auth X-Git-Tag: R_1-9-3~32 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=be6a8f9d227b1463bf2b2f21a26991b463f33ee4;p=koha-ffzg.git Removing duplicate use C4::Auth --- 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;