added a param. to enforce reloading of the left frame after a flush if $cfgShowTooltip is set to 1
This commit is contained in:
@@ -11,6 +11,8 @@ $Source$
|
|||||||
* index.php3, line 53; lang/*: out-sourced the "no frame" sentence.
|
* index.php3, line 53; lang/*: out-sourced the "no frame" sentence.
|
||||||
* libraries/common.lib.php3: improved compatibility with the old phpMyAdmin
|
* libraries/common.lib.php3: improved compatibility with the old phpMyAdmin
|
||||||
configuration file.
|
configuration file.
|
||||||
|
* tbl_properties.php3, line 1243: added a param. to enforce reloading of
|
||||||
|
the left frame after a flush if $cfgShowTooltip is set to 1.
|
||||||
|
|
||||||
2001-10-16 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
2001-10-16 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||||
* lang/*: cleanup thanks to Bj<42>rn T. Hallberg - Removed unused strings
|
* lang/*: cleanup thanks to Bj<42>rn T. Hallberg - Removed unused strings
|
||||||
|
@@ -1233,7 +1233,7 @@ else { // MySQL < 3.23.22
|
|||||||
|
|
||||||
<!-- Flushes the table -->
|
<!-- Flushes the table -->
|
||||||
<li>
|
<li>
|
||||||
<a href="sql.php3?<?php echo $url_query; ?>&sql_query=<?php echo urlencode('FLUSH TABLE ' . backquote($table)); ?>&zero_rows=<?php echo urlencode(sprintf($strTableHasBeenFlushed, htmlspecialchars($table))); ?>">
|
<a href="sql.php3?<?php echo $url_query; ?>&sql_query=<?php echo urlencode('FLUSH TABLE ' . backquote($table)); ?>&zero_rows=<?php echo urlencode(sprintf($strTableHasBeenFlushed, htmlspecialchars($table))); if ($cfgShowTooltip) echo '&reload=1'; ?>">
|
||||||
<?php echo $strFlushTable; ?></a>
|
<?php echo $strFlushTable; ?></a>
|
||||||
<br /><br />
|
<br /><br />
|
||||||
</li>
|
</li>
|
||||||
|
Reference in New Issue
Block a user