Fix notice

This commit is contained in:
Marc Delisle 2012-08-19 16:12:18 -04:00
parent 1cd4f9afe1
commit aaa215c154

View File

@ -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'] =