koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Chris Cormack
Subject: [Koha-cvs] koha/opac opac-search.pl
Date: Thu, 09 Feb 2006 01:26:16 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         
Changes by:     Chris Cormack <address@hidden>  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"),




reply via email to

[Prev in Thread] Current Thread [Next in Thread]