[Koha-cvs] koha search.pl [dev_week]

Joshua Ferraro jmf at kados.org
Mon Oct 9 21:43:31 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Joshua Ferraro <kados>	06/10/09 19:43:31

Modified files:
	.              : search.pl 

Log message:
	permissions wern't set properly

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/search.pl?cvsroot=koha&only_with_tag=dev_week&r1=1.35.2.1.2.1&r2=1.35.2.1.2.2

Patches:
Index: search.pl
===================================================================
RCS file: /sources/koha/koha/Attic/search.pl,v
retrieving revision 1.35.2.1.2.1
retrieving revision 1.35.2.1.2.2
diff -u -b -r1.35.2.1.2.1 -r1.35.2.1.2.2
--- search.pl	9 Oct 2006 01:05:38 -0000	1.35.2.1.2.1
+++ search.pl	9 Oct 2006 19:43:31 -0000	1.35.2.1.2.2
@@ -2,7 +2,7 @@
 # Script to perform searching
 # For documentation try 'perldoc /path/to/search'
 #
-# $Header: /sources/koha/koha/Attic/search.pl,v 1.35.2.1.2.1 2006/10/09 01:05:38 kados Exp $
+# $Header: /sources/koha/koha/Attic/search.pl,v 1.35.2.1.2.2 2006/10/09 19:43:31 kados Exp $
 #
 # Copyright 2006 LibLime
 #
@@ -177,7 +177,9 @@
     template_name => $template_name,
     query => $cgi,
     type => "intranet",
-    authnotrequired => 0,}
+    authnotrequired => 0,
+	flagsrequired   => { catalogue => 1 },
+	}
 );
 
 =head1 BUGS and FIXMEs





More information about the Koha-cvs mailing list