Changeset 949
- Timestamp:
- 10/12/05 20:43:39 (3 years ago)
- Files:
-
- 1 modified
-
trunk/rss/init.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/rss/init.php
r888 r949 120 120 121 121 // Load the right locale 122 if (isset($_SERVER["WINDIR"]) && defined("LOCALE_WINDOWS")) { 122 if (defined('OVERRIDE_LOCALE')) { 123 setlocale(LC_TIME,constant("OVERRIDE_LOCALE")); 124 } elseif (isset($_SERVER["WINDIR"]) && defined("LOCALE_WINDOWS")) { 123 125 setlocale(LC_TIME,constant("LOCALE_WINDOWS")); 124 126 } elseif (defined("LOCALE_LINUX")) {
