[Koha-cvs] Changes to koha/value_builder/unimarc_leader.pl [rel_2_2]

paul poulain paul at koha-fr.org
Thu Dec 8 10:36:02 CET 2005


Index: koha/value_builder/unimarc_leader.pl
diff -u koha/value_builder/unimarc_leader.pl:1.1.2.2 koha/value_builder/unimarc_leader.pl:1.1.2.3
--- koha/value_builder/unimarc_leader.pl:1.1.2.2	Tue Aug  9 09:01:06 2005
+++ koha/value_builder/unimarc_leader.pl	Thu Dec  8 09:35:50 2005
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: unimarc_leader.pl,v 1.1.2.2 2005/08/09 09:01:06 tipaul Exp $
+# $Id: unimarc_leader.pl,v 1.1.2.3 2005/12/08 09:35:50 tipaul Exp $
 
 # Copyright 2000-2002 Katipo Communications
 #
@@ -76,7 +76,7 @@
 			     query => $input,
 			     type => "intranet",
 			     authnotrequired => 0,
-			     flagsrequired => {parameters => 1},
+			     flagsrequired => {editcatalogue => 1},
 			     debug => 1,
 			     });
 	$result = "     nam         3       " unless $result;





More information about the Koha-cvs mailing list