Diff of /mambo/branches/4.6/includes/mambolanguage.class.php
Parent Directory
|
Revision Log
|
Patch
| revision 962, Mon Feb 5 11:54:26 2007 UTC | revision 1036, Mon Apr 9 12:19:03 2007 UTC | |
|---|---|---|
| # | Line 445 | Line 445 |
| 445 | ||
| 446 | function getSystemLocale(){ | function getSystemLocale(){ |
| 447 | if (substr(strtoupper(PHP_OS), 0, 3) == 'WIN'){ | if (substr(strtoupper(PHP_OS), 0, 3) == 'WIN'){ |
| 448 | return strtolower($this->title).'_'.strtolower($this->iso3166_3); | return strtolower($this->title).($this->iso3166_3?'_'.strtolower($this->iso3166_3):''); |
| 449 | } else { | } else { |
| 450 | return $this->locale; | return $this->locale; |
| 451 | } | } |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

