diff --git a/db_operations.php b/db_operations.php index 0bdb94f046..2818864c6e 100644 --- a/db_operations.php +++ b/db_operations.php @@ -73,7 +73,8 @@ if (strlen($db) && (! empty($_REQUEST['db_rename']) || ! empty($_REQUEST['db_cop "sql", 'libraries/plugins/export/', array( - 'single_table' => isset($single_table) + 'single_table' => isset($single_table), + 'export_type' => 'database' ) ); $GLOBALS['sql_constraints_query_full_db'] =