Changeset 175 for trunk/export/index.php
- Timestamp:
- Apr 10, 2009, 1:18:21 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/export/index.php
r174 r175 106 106 break; 107 107 case 'AoWoWSQL': 108 require_once('../aowow/configs/config.php'); 108 109 echo('Gewneruji SQL kód '); 109 110 $AoWoWSQL = ExportToMangosSQL($ExportSetting); … … 111 112 112 113 echo('Importuji do AoWoW '); 113 $Database->SelectDatabase( 'AoWOW'); //wowpreklad_mangos114 $Database->SelectDatabase($AoWoWconf['mangos']['db']); 114 115 $Database->SQLCommand('SET NAMES '.$Config['Database']['Charset']); 115 116 $BufferArray = explode(";\n", $AoWoWSQL);
Note:
See TracChangeset
for help on using the changeset viewer.