bug 636563

This commit is contained in:
Marc Delisle
2002-11-13 18:20:00 +00:00
parent 8d5c94ac3e
commit e002e96546
4 changed files with 23 additions and 12 deletions

View File

@@ -1278,7 +1278,7 @@ if (typeof(document.getElementById) != 'undefined'
} else if (!empty($GLOBALS['validatequery'])) {
// skip the extra bit here
} else {
echo PMA_formatSql(PMA_SQP_parse($GLOBALS['sql_limit_to_append']));
echo ' ' . PMA_formatSql(PMA_SQP_parse($GLOBALS['sql_limit_to_append']));
}
}