The branch, master has been updated via 3142c0caf1c4f20272cc6bf59cdfc80fbc93f9a6 (commit) from 979209c4cc290349e4d0d850f542bad2a6faaf58 (commit)
- Log ----------------------------------------------------------------- commit 3142c0caf1c4f20272cc6bf59cdfc80fbc93f9a6 Author: Marc Delisle marc@infomarc.info Date: Sat Nov 12 11:00:37 2011 -0500
See bug #3418579. In commit f2fe4db5f1d100f29152445e4367789707007800 this global definition was removed, causing the bug.
-----------------------------------------------------------------------
Summary of changes: libraries/export/sql.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/libraries/export/sql.php b/libraries/export/sql.php index 869813b..21a9eec 100644 --- a/libraries/export/sql.php +++ b/libraries/export/sql.php @@ -707,6 +707,7 @@ if (isset($plugin_list)) { { global $sql_drop_table; global $sql_backquotes; + global $sql_constraints; global $sql_constraints_query; // just the text of the query global $sql_drop_foreign_keys;
hooks/post-receive