Changeset 14169 for trunk/administration
- Timestamp:
- 08/02/10 04:27:33 (22 months ago)
- File:
-
- 1 edited
-
trunk/administration/lang_file.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/administration/lang_file.php
r14128 r14169 545 545 546 546 require_once($sTmpPath); 547 548 $aLangInfo = isset($aLangInfo) ? $aLangInfo : $LANG_INFO; 549 $aLangContent = isset($aLangContent) ? $aLangContent : $LANG; 550 if (empty($aLangInfo) || empty($aLangContent)) { 551 return '_adm_txt_langs_cannot_create'; 552 } 547 553 548 554 $mixedResult = $MySQL->query("INSERT INTO `sys_localization_languages` (`Name`, `Flag`, `Title`) VALUES ('" . $aLangInfo['Name'] . "', '" . $aLangInfo['Flag'] . "', '" . $aLangInfo['Title'] . "')");
Note: See TracChangeset
for help on using the changeset viewer.