Changeset 1662 in ExiteCMS for modules/ExiteCMS/translations/php-files/modules/translations/admin.php
- Timestamp:
- 08/21/08 18:33:54 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/ExiteCMS/translations/php-files/modules/translations/admin.php
r1474 r1662 278 278 } 279 279 } 280 fwrite($handle, "? >");280 fwrite($handle, "?".">"); 281 281 fclose($handle); 282 282 } else { … … 398 398 fclose($handle); 399 399 // make sure the setup and global cache files are up to date as well. They are required for the setup 400 locale_load("main.setup" );401 locale_load("main.global" );400 locale_load("main.setup", $data['locale_code']); 401 locale_load("main.global", $data['locale_code']); 402 402 } else { 403 403 $message .= sprintf($locale['916'], PATH_ADMIN."tools/language_pack_".$data['locale_name'].".php");
Note: See TracChangeset
for help on using the changeset viewer.
