Changeset 1085 in ExiteCMS for trunk/includes/locale_functions.php
- Timestamp:
- 11/08/07 00:06:27 (5 years ago)
- File:
-
- 1 edited
-
trunk/includes/locale_functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/locale_functions.php
r1082 r1085 67 67 $data = dbarray($result); 68 68 $settings['locale_code'] = $data['locale_code']; 69 $settings['charset'] = $data['locale_charset'];70 $settings['locales'] = $data['locale_locale'];69 if (isset($data['locale_charset'])) $settings['charset'] = $data['locale_charset']; 70 if (isset($data['locale_locale'])) $settings['locales'] = $data['locale_locale']; 71 71 } 72 72 }
Note: See TracChangeset
for help on using the changeset viewer.
