Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Friday, April 19, 2024

Diff for phpMyEdit/phpMyEdit.class.php between version 1.170 and 1.171

version 1.170, 2006/01/24 16:32:09 version 1.171, 2006/02/16 16:45:42
Line 323  class phpMyEdit
Line 323  class phpMyEdit
         {          {
                 // just try the first language and variant                  // just try the first language and variant
                 // this isn't content-negotiation rfc compliant                  // this isn't content-negotiation rfc compliant
                 $language = strtoupper(substr($language,0,5));                  $language = strtoupper($language);
   
                 // try the full language w/ variant                  // try the full language w/ variant
                 $file = $this->dir['lang'].'PME.lang.'.$language.'.inc';                  $file = $this->dir['lang'].'PME.lang.'.$language.'.inc';

Legend:
Removed from v.1.170  
changed lines
  Added in v.1.171

Platon Group <platon@platon.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top