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

bugzilla-daemon at pippin.metavore.com bugzilla-daemon at pippin.metavore.com
Mon Jun 25 05:23:39 CEST 2007


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


mason.james at liblime.com changed:

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




------- Comment #1 from mason.james at liblime.com  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.





More information about the Koha-bugs mailing list