koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/admin aqbookfund.pl,1.1.2.3,1.1.2.4 aqbudget.pl,1.2


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha/admin aqbookfund.pl,1.1.2.3,1.1.2.4 aqbudget.pl,1.2.2.5,1.2.2.6 branches.pl,1.1.2.8,1.1.2.9 categorie.pl,1.1.2.2,1.1.2.3 categoryitem.pl,1.1.2.2,1.1.2.3 currency.pl,1.1.2.4,1.1.2.5 itemtypes.pl,1.1.2.4,1.1.2.5 itemtypesearchgroups.pl,1.1.2.2,1.1.2.3 printers.pl,1.1.2.7,1.1.2.8 stopwords.pl,1.1.2.5,1.1.2.6 systempreferences.pl,1.1.2.7,1.1.2.8 z3950servers.pl,1.1.2.4,1.1.2.5
Date: Mon, 09 Dec 2002 22:22:10 -0800

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

Modified Files:
      Tag: rel-1-2
        aqbookfund.pl aqbudget.pl branches.pl categorie.pl 
        categoryitem.pl currency.pl itemtypes.pl 
        itemtypesearchgroups.pl printers.pl stopwords.pl 
        systempreferences.pl z3950servers.pl 
Log Message:
Missed "use C4::Auth;" line required by checkauth routine...


Index: aqbookfund.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/aqbookfund.pl,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -r1.1.2.3 -r1.1.2.4
*** aqbookfund.pl       9 Dec 2002 21:04:58 -0000       1.1.2.3
--- aqbookfund.pl       10 Dec 2002 06:22:08 -0000      1.1.2.4
***************
*** 21,24 ****
--- 21,25 ----
  
  use strict;
+ use C4::Auth;
  use C4::Output;
  use CGI;

Index: aqbudget.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/aqbudget.pl,v
retrieving revision 1.2.2.5
retrieving revision 1.2.2.6
diff -C2 -r1.2.2.5 -r1.2.2.6
*** aqbudget.pl 9 Dec 2002 21:04:58 -0000       1.2.2.5
--- aqbudget.pl 10 Dec 2002 06:22:08 -0000      1.2.2.6
***************
*** 21,24 ****
--- 21,25 ----
  
  use strict;
+ use C4::Auth;
  use C4::Output;
  use CGI;

Index: branches.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/branches.pl,v
retrieving revision 1.1.2.8
retrieving revision 1.1.2.9
diff -C2 -r1.1.2.8 -r1.1.2.9
*** branches.pl 9 Dec 2002 21:04:58 -0000       1.1.2.8
--- branches.pl 10 Dec 2002 06:22:08 -0000      1.1.2.9
***************
*** 21,24 ****
--- 21,25 ----
  
  use strict;
+ use C4::Auth;
  use C4::Output;
  use CGI;

Index: categorie.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/categorie.pl,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -r1.1.2.2 -r1.1.2.3
*** categorie.pl        9 Dec 2002 21:04:58 -0000       1.1.2.2
--- categorie.pl        10 Dec 2002 06:22:08 -0000      1.1.2.3
***************
*** 20,23 ****
--- 20,24 ----
  
  use strict;
+ use C4::Auth;
  use C4::Output;
  use CGI;

Index: categoryitem.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/categoryitem.pl,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -r1.1.2.2 -r1.1.2.3
*** categoryitem.pl     9 Dec 2002 21:04:59 -0000       1.1.2.2
--- categoryitem.pl     10 Dec 2002 06:22:08 -0000      1.1.2.3
***************
*** 21,24 ****
--- 21,25 ----
  
  use strict;
+ use C4::Auth;
  use C4::Output;
  use CGI;

Index: currency.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/currency.pl,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -C2 -r1.1.2.4 -r1.1.2.5
*** currency.pl 9 Dec 2002 21:04:59 -0000       1.1.2.4
--- currency.pl 10 Dec 2002 06:22:08 -0000      1.1.2.5
***************
*** 21,24 ****
--- 21,25 ----
  
  use strict;
+ use C4::Auth;
  use C4::Output;
  use CGI;

Index: itemtypes.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/itemtypes.pl,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -C2 -r1.1.2.4 -r1.1.2.5
*** itemtypes.pl        9 Dec 2002 21:05:00 -0000       1.1.2.4
--- itemtypes.pl        10 Dec 2002 06:22:08 -0000      1.1.2.5
***************
*** 21,24 ****
--- 21,25 ----
  
  use strict;
+ use C4::Auth;
  use C4::Output;
  use CGI;

Index: itemtypesearchgroups.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/Attic/itemtypesearchgroups.pl,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -r1.1.2.2 -r1.1.2.3
*** itemtypesearchgroups.pl     9 Dec 2002 21:05:00 -0000       1.1.2.2
--- itemtypesearchgroups.pl     10 Dec 2002 06:22:08 -0000      1.1.2.3
***************
*** 21,24 ****
--- 21,25 ----
  
  use strict;
+ use C4::Auth;
  use C4::Output;
  use CGI;

Index: printers.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/printers.pl,v
retrieving revision 1.1.2.7
retrieving revision 1.1.2.8
diff -C2 -r1.1.2.7 -r1.1.2.8
*** printers.pl 9 Dec 2002 21:05:00 -0000       1.1.2.7
--- printers.pl 10 Dec 2002 06:22:08 -0000      1.1.2.8
***************
*** 21,24 ****
--- 21,25 ----
  
  use strict;
+ use C4::Auth;
  use C4::Output;
  use CGI;

Index: stopwords.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/stopwords.pl,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -C2 -r1.1.2.5 -r1.1.2.6
*** stopwords.pl        9 Dec 2002 21:05:00 -0000       1.1.2.5
--- stopwords.pl        10 Dec 2002 06:22:08 -0000      1.1.2.6
***************
*** 21,24 ****
--- 21,25 ----
  
  use strict;
+ use C4::Auth;
  use C4::Output;
  use CGI;

Index: systempreferences.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/systempreferences.pl,v
retrieving revision 1.1.2.7
retrieving revision 1.1.2.8
diff -C2 -r1.1.2.7 -r1.1.2.8
*** systempreferences.pl        9 Dec 2002 21:05:00 -0000       1.1.2.7
--- systempreferences.pl        10 Dec 2002 06:22:08 -0000      1.1.2.8
***************
*** 21,24 ****
--- 21,25 ----
  
  use strict;
+ use C4::Auth;
  use C4::Output;
  use CGI;

Index: z3950servers.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/z3950servers.pl,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -C2 -r1.1.2.4 -r1.1.2.5
*** z3950servers.pl     9 Dec 2002 21:05:00 -0000       1.1.2.4
--- z3950servers.pl     10 Dec 2002 06:22:08 -0000      1.1.2.5
***************
*** 21,24 ****
--- 21,25 ----
  
  use strict;
+ use C4::Auth;
  use C4::Output;
  use CGI;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]