|
From: | Steve Tonnesen |
Subject: | [Koha-cvs] CVS: koha/circ selectbranchprinter.pl,1.3.2.5,1.3.2.6 |
Date: | Mon, 09 Dec 2002 22:22:10 -0800 |
Update of /cvsroot/koha/koha/circ In directory sc8-pr-cvs1:/tmp/cvs-serv5702/circ Modified Files: Tag: rel-1-2 selectbranchprinter.pl Log Message: Missed "use C4::Auth;" line required by checkauth routine... Index: selectbranchprinter.pl =================================================================== RCS file: /cvsroot/koha/koha/circ/selectbranchprinter.pl,v retrieving revision 1.3.2.5 retrieving revision 1.3.2.6 diff -C2 -r1.3.2.5 -r1.3.2.6 *** selectbranchprinter.pl 9 Dec 2002 21:05:01 -0000 1.3.2.5 --- selectbranchprinter.pl 10 Dec 2002 06:22:08 -0000 1.3.2.6 *************** *** 20,23 **** --- 20,24 ---- use strict; + use C4::Auth; use CGI qw/:standard/; use C4::Circulation::Circ2;
[Prev in Thread] | Current Thread | [Next in Thread] |