Remove dead global
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
This commit is contained in:
parent
e035fdc460
commit
9a70b6478b
@ -11424,7 +11424,6 @@
|
||||
<code><![CDATA[DatabaseInterface::getInstance()]]></code>
|
||||
</DeprecatedMethod>
|
||||
<InvalidArrayOffset>
|
||||
<code><![CDATA[$GLOBALS['add_constraints']]]></code>
|
||||
<code><![CDATA[$GLOBALS['errorUrl']]]></code>
|
||||
<code><![CDATA[$GLOBALS['sql_auto_increments']]]></code>
|
||||
<code><![CDATA[$GLOBALS['sql_indexes']]]></code>
|
||||
|
||||
@ -217,7 +217,7 @@ class TableMover
|
||||
// Phase 3: Adding constraints.
|
||||
// All constraint names are removed because they must be unique.
|
||||
|
||||
if (($move || isset($GLOBALS['add_constraints'])) && ! empty($GLOBALS['sql_constraints_query'])) {
|
||||
if ($move && ! empty($GLOBALS['sql_constraints_query'])) {
|
||||
$parser = new Parser($GLOBALS['sql_constraints_query']);
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user