export rework

This commit is contained in:
Michal Čihař
2003-06-10 12:35:36 +00:00
parent bd4148f3c2
commit c430dc8a95
109 changed files with 2651 additions and 1620 deletions

View File

@@ -140,7 +140,7 @@ if (isset($new_name) && trim($new_name) != '') {
if (empty($target_db)) $target_db = $db;
$target = PMA_backquote($target_db) . '.' . PMA_backquote($new_name);
include('./libraries/build_dump.lib.php3');
include('./libraries/export/sql.php3');
$sql_structure = PMA_getTableDef($db, $table, "\n", $err_url);
$parsed_sql = PMA_SQP_parse($sql_structure);