Show
Ignore:
Timestamp:
09/15/06 22:36:49 (2 years ago)
Author:
mbonetti
Message:

this is better

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/gregarius/cls/l10n.php

    r1580 r1583  
    3535    var $locale; 
    3636     
    37     function RSSl10n($locale) { 
     37    function RSSl10n() { 
    3838        $this -> locale = preg_replace('#[^a-zA-Z_]#','',$this -> __detectUserLang()); 
    3939        if (function_exists('version_compare') && version_compare("4.3.0",PHP_VERSION, "<=") && preg_match('#([a-z]{2})_([A-Z]{2})#',$this -> locale,$m)) {