problem introduced at revision 11117

This commit is contained in:
Marc Delisle
2008-02-13 13:01:35 +00:00
parent 5f47c75586
commit 27a20fc0f3

View File

@@ -1446,6 +1446,7 @@ if (! defined('PMA_MINIMUM_COMMON')) {
$in_group_concat = FALSE; $in_group_concat = FALSE;
$first_reserved_word = ''; $first_reserved_word = '';
$current_identifier = ''; $current_identifier = '';
$unsorted_query = $arr['raw']; // in case there is no ORDER BY
for ($i = 0; $i < $size; $i++) { for ($i = 0; $i < $size; $i++) {
//DEBUG echo "Loop2 <b>" . $arr[$i]['data'] . "</b> (" . $arr[$i]['type'] . ")<br />"; //DEBUG echo "Loop2 <b>" . $arr[$i]['data'] . "</b> (" . $arr[$i]['type'] . ")<br />";