[Koha-cvs] koha/rotatingCollections addItems.pl editCollec... [dev_week]

Kyle Hall kyle.m.hall at gmail.com
Fri Jun 1 20:14:00 CEST 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Kyle Hall <kylemhall>	07/06/01 18:14:00

Modified files:
	rotatingCollections: addItems.pl editCollections.pl 

Log message:
	set authnotrequired to 1

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/rotatingCollections/addItems.pl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1&r2=1.1.2.2
http://cvs.savannah.gnu.org/viewcvs/koha/rotatingCollections/editCollections.pl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1&r2=1.1.2.2

Patches:
Index: addItems.pl
===================================================================
RCS file: /sources/koha/koha/rotatingCollections/Attic/addItems.pl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- addItems.pl	23 Apr 2007 14:54:54 -0000	1.1.2.1
+++ addItems.pl	1 Jun 2007 18:14:00 -0000	1.1.2.2
@@ -17,7 +17,7 @@
     = get_template_and_user({template_name => "rotatingCollections/addItems.tmpl",
 			     query => $query,
 			     type => "intranet",
-			     authnotrequired => 0,
+			     authnotrequired => 1,
 			     flagsrequired => {parameters => 1},
 			     debug => 1,
 			     });

Index: editCollections.pl
===================================================================
RCS file: /sources/koha/koha/rotatingCollections/Attic/editCollections.pl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- editCollections.pl	23 Apr 2007 14:54:54 -0000	1.1.2.1
+++ editCollections.pl	1 Jun 2007 18:14:00 -0000	1.1.2.2
@@ -20,7 +20,7 @@
     = get_template_and_user({template_name => "rotatingCollections/editCollections.tmpl",
 			     query => $query,
 			     type => "intranet",
-			     authnotrequired => 0,
+			     authnotrequired => 1,
 			     flagsrequired => {parameters => 1},
 			     debug => 1,
 			     });





More information about the Koha-cvs mailing list