Changeset 506 for trunk/export/export.php
- Timestamp:
- Feb 14, 2013, 9:02:05 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.