functions, procedures and events are missing from the export

This commit is contained in:
Marc Delisle
2010-09-19 08:55:54 -04:00
parent 83649e0af2
commit 598d3b898d

View File

@@ -411,7 +411,7 @@ function PMA_exportDBFooter($db)
unset($GLOBALS['sql_constraints']); unset($GLOBALS['sql_constraints']);
} }
if (isset($GLOBALS['sql_structure']) && isset($GLOBALS['sql_procedure_function'])) { if (($GLOBALS['sql_structure_or_data'] == 'structure' || $GLOBALS['sql_structure_or_data'] == 'structure_and_data') && isset($GLOBALS['sql_procedure_function'])) {
$text = ''; $text = '';
$delimiter = '$$'; $delimiter = '$$';