Merge remote branch 'origin/master'

This commit is contained in:
Pootle server
2011-02-13 14:40:03 +01:00

View File

@@ -375,7 +375,7 @@ function PMA_exportDBCreate($db)
$result = PMA_exportOutputHandler('USE ' . $db . ';' . $crlf); $result = PMA_exportOutputHandler('USE ' . $db . ';' . $crlf);
} }
if ($result && isset($GLOBALS['sql_structure']) && isset($GLOBALS['sql_procedure_function'])) { if ($result && strpos($GLOBALS['sql_structure_or_data'], 'structure') !== false && isset($GLOBALS['sql_procedure_function'])) {
$text = ''; $text = '';
$delimiter = '$$'; $delimiter = '$$';