http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=843 mason.james@liblime.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #1 from mason.james@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.