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