koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/admin systempreferences.pl [rel_3_0]


From: Antoine Farnault
Subject: [Koha-cvs] koha/admin systempreferences.pl [rel_3_0]
Date: Wed, 10 Jan 2007 09:09:51 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     Antoine Farnault <toins>        07/01/10 09:09:51

Modified files:
        admin          : systempreferences.pl 

Log message:
        adding OpacTopissue to tab "opac features".

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/admin/systempreferences.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.34.2.12&r2=1.34.2.13

Patches:
Index: systempreferences.pl
===================================================================
RCS file: /sources/koha/koha/admin/systempreferences.pl,v
retrieving revision 1.34.2.12
retrieving revision 1.34.2.13
diff -u -b -r1.34.2.12 -r1.34.2.13
--- systempreferences.pl        22 Dec 2006 17:13:48 -0000      1.34.2.12
+++ systempreferences.pl        10 Jan 2007 09:09:51 -0000      1.34.2.13
@@ -158,6 +158,7 @@
     $tabsysprefs{opacuserlogin}="OPACFeatures";
     $tabsysprefs{AnonSuggestions}="OPACFeatures";
     $tabsysprefs{suggestion}="OPACFeatures";
+    $tabsysprefs{OpacTopissue}="OPACFeatures";
 
 sub StringSearch  {
        my ($env,$searchstring,$type)address@hidden;
@@ -189,7 +190,6 @@
                }
                $strsth =~ s/,$/) /;
                $strsth .= " order by variable";
-               #warn $strsth;
                my $sth=$dbh->prepare($strsth);
                $sth->execute();
                while (my $data=$sth->fetchrow_hashref){




reply via email to

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