Fixed variable.
This commit is contained in:
@@ -98,7 +98,7 @@ if (!isset($is_inside_querywindow) ||
|
||||
<li>
|
||||
<a name="querybox"></a>
|
||||
<?php echo sprintf($strRunSQLQuery, htmlspecialchars($db)) . $queryframe_db_list . ' ' . PMA_showMySQLDocu('Reference', 'SELECT'); ?>
|
||||
<?php if (isset($table) && $table > 0) { ?>
|
||||
<?php if (isset($table) && $fields_cnt > 0) { ?>
|
||||
<?php echo $strFields; ?>:
|
||||
<select name="dummy" size="1">
|
||||
<?php
|
||||
|
Reference in New Issue
Block a user