[Koha-cvs] CVS: koha bookcount.pl,1.1.4.3,1.1.4.4 currency.pl,1.1.1.1.2.3,1.1.1.1.2.4 groups.pl,1.1.2.3,1.1.2.4 jmemberentry.pl,1.1.1.1.2.1,1.1.1.1.2.2 logout.pl,1.2.2.4,1.2.2.5 mancredit.pl,1.2.2.1,1.2.2.2 maninvoice.pl,1.2.2.1,1.2.2.2 modrequest.pl,1.1.1.1.2.1,1.1.1.1.2.2 orderbreakdown.pl,1.1.1.1.2.2,1.1.1.1.2.3 overdue.pl,1.1.2.2,1.1.2.3 pay.pl,1.3.2.1,1.3.2.2 placerequest.pl,1.1.1.1.2.1,1.1.1.1.2.2 renewscript.pl,1.2.2.1,1.2.2.2 reports.pl,1.1.1.1.2.1,1.1.1.1.2.2 reservereport.pl,1.1.1.1.2.1,1.1.1.1.2.2 showbudget.pl,1.2.2.2,1.2.2.3 simpleredirect.pl,1.1.1.1.2.1,1.1.1.1.2.2 stats.pl,1.4.2.1,1.4.2.2 stats2.pl,1.1.1.1.2.1,1.1.1.1.2.2 subjectsearch.pl,1.1.1.1.2.3,1.1.1.1.2.4 tidyaccounts.pl,1.1.1.1.2.1,1.1.1.1.2.2

Steve Tonnesen tonnesen at users.sourceforge.net
Tue Dec 10 07:22:10 CET 2002


Update of /cvsroot/koha/koha
In directory sc8-pr-cvs1:/tmp/cvs-serv5702

Modified Files:
      Tag: rel-1-2
	bookcount.pl currency.pl groups.pl jmemberentry.pl logout.pl 
	mancredit.pl maninvoice.pl modrequest.pl orderbreakdown.pl 
	overdue.pl pay.pl placerequest.pl renewscript.pl reports.pl 
	reservereport.pl showbudget.pl simpleredirect.pl stats.pl 
	stats2.pl subjectsearch.pl tidyaccounts.pl 
Log Message:
Missed "use C4::Auth;" line required by checkauth routine...


Index: bookcount.pl
===================================================================
RCS file: /cvsroot/koha/koha/bookcount.pl,v
retrieving revision 1.1.4.3
retrieving revision 1.1.4.4
diff -C2 -r1.1.4.3 -r1.1.4.4
*** bookcount.pl	9 Dec 2002 21:04:53 -0000	1.1.4.3
--- bookcount.pl	10 Dec 2002 06:22:07 -0000	1.1.4.4
***************
*** 25,28 ****
--- 25,29 ----
  
  use strict;
+ use C4::Auth;
  use CGI;
  use C4::Context;

Index: currency.pl
===================================================================
RCS file: /cvsroot/koha/koha/currency.pl,v
retrieving revision 1.1.1.1.2.3
retrieving revision 1.1.1.1.2.4
diff -C2 -r1.1.1.1.2.3 -r1.1.1.1.2.4
*** currency.pl	9 Dec 2002 21:04:54 -0000	1.1.1.1.2.3
--- currency.pl	10 Dec 2002 06:22:07 -0000	1.1.1.1.2.4
***************
*** 29,32 ****
--- 29,33 ----
  
  use CGI;
+ use C4::Auth;
  use C4::Acquisitions;
  use C4::Biblio;

Index: groups.pl
===================================================================
RCS file: /cvsroot/koha/koha/groups.pl,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -r1.1.2.3 -r1.1.2.4
*** groups.pl	9 Dec 2002 21:04:54 -0000	1.1.2.3
--- groups.pl	10 Dec 2002 06:22:07 -0000	1.1.2.4
***************
*** 25,28 ****
--- 25,29 ----
  
  use CGI qw/:standard/;
+ use C4::Auth;
  use C4::Output;
  use C4::Groups;

Index: jmemberentry.pl
===================================================================
RCS file: /cvsroot/koha/koha/jmemberentry.pl,v
retrieving revision 1.1.1.1.2.1
retrieving revision 1.1.1.1.2.2
diff -C2 -r1.1.1.1.2.1 -r1.1.1.1.2.2
*** jmemberentry.pl	9 Dec 2002 21:04:54 -0000	1.1.1.1.2.1
--- jmemberentry.pl	10 Dec 2002 06:22:07 -0000	1.1.1.1.2.2
***************
*** 5,8 ****
--- 5,9 ----
  
  use strict;
+ use C4::Auth;
  use C4::Output;
  use CGI;

Index: logout.pl
===================================================================
RCS file: /cvsroot/koha/koha/logout.pl,v
retrieving revision 1.2.2.4
retrieving revision 1.2.2.5
diff -C2 -r1.2.2.4 -r1.2.2.5
*** logout.pl	9 Dec 2002 21:04:54 -0000	1.2.2.4
--- logout.pl	10 Dec 2002 06:22:07 -0000	1.2.2.5
***************
*** 2,5 ****
--- 2,6 ----
  
  use CGI;
+ use C4::Auth;
  use C4::Database;
  use C4::Output;

Index: mancredit.pl
===================================================================
RCS file: /cvsroot/koha/koha/mancredit.pl,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -C2 -r1.2.2.1 -r1.2.2.2
*** mancredit.pl	9 Dec 2002 21:04:54 -0000	1.2.2.1
--- mancredit.pl	10 Dec 2002 06:22:07 -0000	1.2.2.2
***************
*** 5,8 ****
--- 5,9 ----
  
  use strict;
+ use C4::Auth;
  use C4::Output;
  use CGI;

Index: maninvoice.pl
===================================================================
RCS file: /cvsroot/koha/koha/maninvoice.pl,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -C2 -r1.2.2.1 -r1.2.2.2
*** maninvoice.pl	9 Dec 2002 21:04:54 -0000	1.2.2.1
--- maninvoice.pl	10 Dec 2002 06:22:07 -0000	1.2.2.2
***************
*** 5,8 ****
--- 5,9 ----
  
  use strict;
+ use C4::Auth;
  use C4::Output;
  use CGI;

Index: modrequest.pl
===================================================================
RCS file: /cvsroot/koha/koha/modrequest.pl,v
retrieving revision 1.1.1.1.2.1
retrieving revision 1.1.1.1.2.2
diff -C2 -r1.1.1.1.2.1 -r1.1.1.1.2.2
*** modrequest.pl	9 Dec 2002 21:04:54 -0000	1.1.1.1.2.1
--- modrequest.pl	10 Dec 2002 06:22:07 -0000	1.1.1.1.2.2
***************
*** 6,9 ****
--- 6,10 ----
  
  use strict;
+ use C4::Auth;
  #use DBI;
  use C4::Search;

Index: orderbreakdown.pl
===================================================================
RCS file: /cvsroot/koha/koha/Attic/orderbreakdown.pl,v
retrieving revision 1.1.1.1.2.2
retrieving revision 1.1.1.1.2.3
diff -C2 -r1.1.1.1.2.2 -r1.1.1.1.2.3
*** orderbreakdown.pl	9 Dec 2002 21:04:54 -0000	1.1.1.1.2.2
--- orderbreakdown.pl	10 Dec 2002 06:22:07 -0000	1.1.1.1.2.3
***************
*** 5,8 ****
--- 5,9 ----
  
  use C4::Acquisitions;
+ use C4::Auth;
  use C4::Biblio;
  use C4::Output;

Index: overdue.pl
===================================================================
RCS file: /cvsroot/koha/koha/overdue.pl,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -r1.1.2.2 -r1.1.2.3
*** overdue.pl	9 Dec 2002 21:04:54 -0000	1.1.2.2
--- overdue.pl	10 Dec 2002 06:22:07 -0000	1.1.2.3
***************
*** 2,5 ****
--- 2,6 ----
  
  use strict;
+ use C4::Auth;
  use C4::Output;
  use CGI;

Index: pay.pl
===================================================================
RCS file: /cvsroot/koha/koha/pay.pl,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -C2 -r1.3.2.1 -r1.3.2.2
*** pay.pl	9 Dec 2002 21:04:54 -0000	1.3.2.1
--- pay.pl	10 Dec 2002 06:22:07 -0000	1.3.2.2
***************
*** 5,8 ****
--- 5,9 ----
  
  use strict;
+ use C4::Auth;
  use C4::Output;
  use CGI;

Index: placerequest.pl
===================================================================
RCS file: /cvsroot/koha/koha/placerequest.pl,v
retrieving revision 1.1.1.1.2.1
retrieving revision 1.1.1.1.2.2
diff -C2 -r1.1.1.1.2.1 -r1.1.1.1.2.2
*** placerequest.pl	9 Dec 2002 21:04:54 -0000	1.1.1.1.2.1
--- placerequest.pl	10 Dec 2002 06:22:07 -0000	1.1.1.1.2.2
***************
*** 5,8 ****
--- 5,9 ----
  
  use strict;
+ use C4::Auth;
  #use DBI;
  use C4::Search;

Index: renewscript.pl
===================================================================
RCS file: /cvsroot/koha/koha/renewscript.pl,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -C2 -r1.2.2.1 -r1.2.2.2
*** renewscript.pl	9 Dec 2002 21:04:54 -0000	1.2.2.1
--- renewscript.pl	10 Dec 2002 06:22:07 -0000	1.2.2.2
***************
*** 5,8 ****
--- 5,9 ----
  
  use CGI;
+ use C4::Auth;
  use C4::Circulation::Renewals2;
  #get input

Index: reports.pl
===================================================================
RCS file: /cvsroot/koha/koha/reports.pl,v
retrieving revision 1.1.1.1.2.1
retrieving revision 1.1.1.1.2.2
diff -C2 -r1.1.1.1.2.1 -r1.1.1.1.2.2
*** reports.pl	9 Dec 2002 21:04:54 -0000	1.1.1.1.2.1
--- reports.pl	10 Dec 2002 06:22:07 -0000	1.1.1.1.2.2
***************
*** 5,8 ****
--- 5,9 ----
  
  use strict;
+ use C4::Auth;
  use CGI;
  use C4::Output;

Index: reservereport.pl
===================================================================
RCS file: /cvsroot/koha/koha/reservereport.pl,v
retrieving revision 1.1.1.1.2.1
retrieving revision 1.1.1.1.2.2
diff -C2 -r1.1.1.1.2.1 -r1.1.1.1.2.2
*** reservereport.pl	9 Dec 2002 21:04:54 -0000	1.1.1.1.2.1
--- reservereport.pl	10 Dec 2002 06:22:07 -0000	1.1.1.1.2.2
***************
*** 5,8 ****
--- 5,9 ----
  
  use C4::Stats;
+ use C4::Auth;
  use strict;
  use Date::Manip;

Index: showbudget.pl
===================================================================
RCS file: /cvsroot/koha/koha/showbudget.pl,v
retrieving revision 1.2.2.2
retrieving revision 1.2.2.3
diff -C2 -r1.2.2.2 -r1.2.2.3
*** showbudget.pl	9 Dec 2002 21:04:54 -0000	1.2.2.2
--- showbudget.pl	10 Dec 2002 06:22:07 -0000	1.2.2.3
***************
*** 6,9 ****
--- 6,10 ----
  
  use C4::Acquisitions;
+ use C4::Auth;
  use C4::Biblio;
  #use CGI;

Index: simpleredirect.pl
===================================================================
RCS file: /cvsroot/koha/koha/simpleredirect.pl,v
retrieving revision 1.1.1.1.2.1
retrieving revision 1.1.1.1.2.2
diff -C2 -r1.1.1.1.2.1 -r1.1.1.1.2.2
*** simpleredirect.pl	9 Dec 2002 21:04:54 -0000	1.1.1.1.2.1
--- simpleredirect.pl	10 Dec 2002 06:22:07 -0000	1.1.1.1.2.2
***************
*** 5,8 ****
--- 5,9 ----
  
  use CGI;
+ use C4::Auth;
  use strict;
  

Index: stats.pl
===================================================================
RCS file: /cvsroot/koha/koha/stats.pl,v
retrieving revision 1.4.2.1
retrieving revision 1.4.2.2
diff -C2 -r1.4.2.1 -r1.4.2.2
*** stats.pl	9 Dec 2002 21:04:54 -0000	1.4.2.1
--- stats.pl	10 Dec 2002 06:22:07 -0000	1.4.2.2
***************
*** 5,8 ****
--- 5,9 ----
  
  use C4::Stats;
+ use C4::Auth;
  use strict;
  use Date::Manip;

Index: stats2.pl
===================================================================
RCS file: /cvsroot/koha/koha/stats2.pl,v
retrieving revision 1.1.1.1.2.1
retrieving revision 1.1.1.1.2.2
diff -C2 -r1.1.1.1.2.1 -r1.1.1.1.2.2
*** stats2.pl	9 Dec 2002 21:04:54 -0000	1.1.1.1.2.1
--- stats2.pl	10 Dec 2002 06:22:07 -0000	1.1.1.1.2.2
***************
*** 5,8 ****
--- 5,9 ----
  
  use C4::Stats;
+ use C4::Auth;
  use strict;
  use Date::Manip;

Index: subjectsearch.pl
===================================================================
RCS file: /cvsroot/koha/koha/subjectsearch.pl,v
retrieving revision 1.1.1.1.2.3
retrieving revision 1.1.1.1.2.4
diff -C2 -r1.1.1.1.2.3 -r1.1.1.1.2.4
*** subjectsearch.pl	9 Dec 2002 21:04:54 -0000	1.1.1.1.2.3
--- subjectsearch.pl	10 Dec 2002 06:22:07 -0000	1.1.1.1.2.4
***************
*** 5,8 ****
--- 5,9 ----
  
  use strict;
+ use C4::Auth;
  #use DBI;
  use C4::Search;

Index: tidyaccounts.pl
===================================================================
RCS file: /cvsroot/koha/koha/tidyaccounts.pl,v
retrieving revision 1.1.1.1.2.1
retrieving revision 1.1.1.1.2.2
diff -C2 -r1.1.1.1.2.1 -r1.1.1.1.2.2
*** tidyaccounts.pl	9 Dec 2002 21:04:54 -0000	1.1.1.1.2.1
--- tidyaccounts.pl	10 Dec 2002 06:22:07 -0000	1.1.1.1.2.2
***************
*** 5,8 ****
--- 5,9 ----
  
  use strict;
+ use C4::Auth;
  use C4::Database;
  use CGI;





More information about the Koha-cvs mailing list