The branch, master has been updated via 598d3b898d6be009a1827a08b5705e15d30e90f0 (commit) from 83649e0af2fd7a29ec542a4b36fcc4f893099124 (commit)
- Log ----------------------------------------------------------------- commit 598d3b898d6be009a1827a08b5705e15d30e90f0 Author: Marc Delisle marc@infomarc.info Date: Sun Sep 19 08:55:54 2010 -0400
functions, procedures and events are missing from the export
-----------------------------------------------------------------------
Summary of changes: libraries/export/sql.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libraries/export/sql.php b/libraries/export/sql.php index a1074cd..2cb48ec 100644 --- a/libraries/export/sql.php +++ b/libraries/export/sql.php @@ -411,7 +411,7 @@ function PMA_exportDBFooter($db) 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 = ''; $delimiter = '$$';
hooks/post-receive