@@ -1998,7 +1998,7 @@ |
||
| 1998 | 1998 | $characterSetClient = $row['character_set_client']; |
| 1999 | 1999 | $collationConnection = $row['collation_connection']; |
| 2000 | 2000 | $sqlMode = $row['sql_mode']; |
| 2001 | - if ( $this->dumpSettings['skip-definer'] ) { |
|
| 2001 | + if ($this->dumpSettings['skip-definer']) { |
|
| 2002 | 2002 | if ($functionStmtReplaced = preg_replace( |
| 2003 | 2003 | '/^(CREATE)\s+('.self::DEFINER_RE.')?\s+(FUNCTION\s.*)$/s', |
| 2004 | 2004 | '\1 \3', |