Changeset 506 for trunk/export
- Timestamp:
- Feb 14, 2013, 9:02:05 PM (12 years ago)
- Location:
- trunk/export
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/export/create_addon.php
r504 r506 97 97 function MakeLanguageFiles() 98 98 { 99 global $TranslationTree, $CreatedFileList , $LanguageList;99 global $TranslationTree, $CreatedFileList; 100 100 101 101 $this->LoadFilters(); … … 181 181 function MakeClientStrings() 182 182 { 183 global $TranslationTree , $LanguageList;183 global $TranslationTree; 184 184 185 185 $this->LoadFilters(); -
trunk/export/export.php
r504 r506 70 70 function ExportToMangosSQL() 71 71 { 72 global $TranslationTree, $ LanguageList, $User, $Config;72 global $TranslationTree, $User, $Config; 73 73 74 74 $this->LoadFilters(); … … 136 136 function ExportToAoWoWSQL() 137 137 { 138 global $Config, $TranslationTree, $AoWoWconf , $LanguageList;138 global $Config, $TranslationTree, $AoWoWconf; 139 139 140 140 require_once('../aowow/configs/config.php'); … … 192 192 function ExportToXML() 193 193 { 194 global $TranslationTree, $ LanguageList, $User;194 global $TranslationTree, $User; 195 195 196 196 $this->LoadFilters($this->Id); … … 243 243 function ExportToDBC() 244 244 { 245 global $TranslationTree, $ LanguageList, $Config;245 global $TranslationTree, $Config; 246 246 247 247 $this->LoadFilters(); … … 330 330 function ExportToLua() 331 331 { 332 global $TranslationTree , $LanguageList;332 global $TranslationTree; 333 333 334 334 $this->LoadFilters();
Note:
See TracChangeset
for help on using the changeset viewer.