[Koha-cvs] koha/clubsAndServices editArchetypes.pl editClu... [dev_week]

Kyle Hall kyle.m.hall at gmail.com
Mon Apr 23 18:14:25 CEST 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Kyle Hall <kylemhall>	07/04/23 16:14:24

Modified files:
	clubsAndServices: editArchetypes.pl editClubsAndServices.pl 

Log message:
	Changed back to requiring admin privs.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/clubsAndServices/editArchetypes.pl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.2&r2=1.1.2.3
http://cvs.savannah.gnu.org/viewcvs/koha/clubsAndServices/editClubsAndServices.pl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.2&r2=1.1.2.3

Patches:
Index: editArchetypes.pl
===================================================================
RCS file: /sources/koha/koha/clubsAndServices/Attic/editArchetypes.pl,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -b -r1.1.2.2 -r1.1.2.3
--- editArchetypes.pl	23 Apr 2007 15:44:01 -0000	1.1.2.2
+++ editArchetypes.pl	23 Apr 2007 16:14:24 -0000	1.1.2.3
@@ -18,7 +18,7 @@
     = get_template_and_user({template_name => "clubsAndServices/editArchetypes.tmpl",
 			     query => $query,
 			     type => "intranet",
-			     authnotrequired => 1,
+			     authnotrequired => 0,
 			     flagsrequired => {parameters => 1},
 			     debug => 1,
 			     });

Index: editClubsAndServices.pl
===================================================================
RCS file: /sources/koha/koha/clubsAndServices/Attic/editClubsAndServices.pl,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -b -r1.1.2.2 -r1.1.2.3
--- editClubsAndServices.pl	23 Apr 2007 15:44:01 -0000	1.1.2.2
+++ editClubsAndServices.pl	23 Apr 2007 16:14:24 -0000	1.1.2.3
@@ -20,7 +20,7 @@
     = get_template_and_user({template_name => "clubsAndServices/editClubsAndServices.tmpl",
 			     query => $query,
 			     type => "intranet",
-			     authnotrequired => 1,
+			     authnotrequired => 0,
 			     flagsrequired => {parameters => 1},
 			     debug => 1,
 			     });





More information about the Koha-cvs mailing list