[Koha-cvs] koha/opac opac-search.pl

Chris Cormack chris at katipo.co.nz
Thu Feb 9 02:26:16 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	
Changes by:	Chris Cormack <rangi at savannah.gnu.org>	06/02/09 01:26:16

Modified files:
	opac           : opac-search.pl 

Log message:
	Commenting out a line that was preventing the script executing

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/opac/opac-search.pl.diff?tr1=1.33&tr2=1.34&r1=text&r2=text

Patches:
Index: koha/opac/opac-search.pl
diff -u koha/opac/opac-search.pl:1.33 koha/opac/opac-search.pl:1.34
--- koha/opac/opac-search.pl:1.33	Fri Jan  6 16:39:42 2006
+++ koha/opac/opac-search.pl	Thu Feb  9 01:26:16 2006
@@ -408,7 +408,10 @@
 	$sth->finish;
     
 	$template->param('Disable_Dictionary'=>C4::Context->preference("Disable_Dictionary")) if (C4::Context->preference("Disable_Dictionary"));
-	$template->param(classlist => $classlist,
+	$template->param(
+	    
+# CHRIS : Whats this? 	    
+#	    classlist => $classlist,
 					CGIitemtype => $CGIitemtype,
 					CGIbranch => $CGIbranch,
 					suggestion => C4::Context->preference("suggestion"),





More information about the Koha-cvs mailing list