|
From: | Steve Tonnesen |
Subject: | [Koha-cvs] CVS: koha/maint catmaintain.pl,1.3.2.1,1.3.2.2 shiftbib.pl,1.1.2.1,1.1.2.2 |
Date: | Mon, 09 Dec 2002 22:22:10 -0800 |
Update of /cvsroot/koha/koha/maint In directory sc8-pr-cvs1:/tmp/cvs-serv5702/maint Modified Files: Tag: rel-1-2 catmaintain.pl shiftbib.pl Log Message: Missed "use C4::Auth;" line required by checkauth routine... Index: catmaintain.pl =================================================================== RCS file: /cvsroot/koha/koha/maint/catmaintain.pl,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -C2 -r1.3.2.1 -r1.3.2.2 *** catmaintain.pl 9 Dec 2002 21:05:01 -0000 1.3.2.1 --- catmaintain.pl 10 Dec 2002 06:22:08 -0000 1.3.2.2 *************** *** 6,9 **** --- 6,10 ---- use strict; + use C4::Auth; use CGI; use C4::Output; Index: shiftbib.pl =================================================================== RCS file: /cvsroot/koha/koha/maint/shiftbib.pl,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -r1.1.2.1 -r1.1.2.2 *** shiftbib.pl 9 Dec 2002 21:05:02 -0000 1.1.2.1 --- shiftbib.pl 10 Dec 2002 06:22:08 -0000 1.1.2.2 *************** *** 6,9 **** --- 6,10 ---- use strict; + use C4::Auth; use CGI; use C4::Output;
[Prev in Thread] | Current Thread | [Next in Thread] |