[Koha-cvs] koha/catalogue search.pl [rel_3_0]

Antoine Farnault antoine at koha-fr.org
Fri Dec 15 09:40:29 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	06/12/15 08:40:29

Modified files:
	catalogue      : search.pl 

Log message:
	fix a wrong systempref name.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/catalogue/search.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.10&r2=1.1.2.11

Patches:
Index: search.pl
===================================================================
RCS file: /sources/koha/koha/catalogue/Attic/search.pl,v
retrieving revision 1.1.2.10
retrieving revision 1.1.2.11
diff -u -b -r1.1.2.10 -r1.1.2.11
--- search.pl	14 Dec 2006 15:41:54 -0000	1.1.2.10
+++ search.pl	15 Dec 2006 08:40:29 -0000	1.1.2.11
@@ -2,7 +2,7 @@
 # Script to perform searching
 # For documentation try 'perldoc /path/to/search'
 #
-# $Header: /sources/koha/koha/catalogue/Attic/search.pl,v 1.1.2.10 2006/12/14 15:41:54 toins Exp $
+# $Header: /sources/koha/koha/catalogue/Attic/search.pl,v 1.1.2.11 2006/12/15 08:40:29 toins Exp $
 #
 # Copyright 2006 LibLime
 #
@@ -489,7 +489,7 @@
             opacsmallimage => C4::Context->preference("opacsmallimage"),
             opaclayoutstylesheet => C4::Context->preference("opaclayoutstylesheet"),
             opaccolorstylesheet => C4::Context->preference("opaccolorstylesheet"),
-            "BiblioDefaultView".C4::Context->preference("IntranetBiblioDefaultView") => 1,
+            "BiblioDefaultView".C4::Context->preference("BiblioDefaultView") => 1,
             scan_use => $scan,
             search_error => $error,
 );





More information about the Koha-cvs mailing list