koha-bugs
[Top][All Lists]
Advanced

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

[Koha-bugs] [Bug 843] OPAC language selection should exclude 'CVS'


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 843] OPAC language selection should exclude 'CVS'
Date: Sun, 24 Jun 2007 20:23:39 -0700 (PDT)

http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=843


address@hidden changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #1 from address@hidden  2007-06-24 20:23 -------
fixed, CVS dir is now de-included from languages list.

from opac-main.pl

foreach my $language (getalllanguages("opac")) {
 41     next if $language eq 'images';
 42     next if $language eq 'CVS';
 43     next if $language=~ /png$/;
 44     next if $language=~ /css$/;




------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




reply via email to

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