Do not show error on empty query.

This commit is contained in:
Michal Čihař
2005-10-08 10:53:55 +00:00
parent 9207ca3885
commit e3567e49f3
2 changed files with 2 additions and 0 deletions

View File

@@ -693,6 +693,7 @@ if ($is_minimum_common == FALSE) {
*/
function PMA_SQP_analyze($arr)
{
if ($arr == array()) return array();
$result = array();
$size = $arr['len'];
$subresult = array(