Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerman van Rink <rink@initfour.nl>2010-09-02 16:35:30 +0400
committerHerman van Rink <rink@initfour.nl>2010-09-02 16:35:30 +0400
commit223d8850cf3d723487d41cb0397869be2d544c84 (patch)
tree81a92dfcf20331fe53bc4a8d9bdbad3e66aaee03 /navigation.php
parent7aa4aa62dc7b0caa4fd04084f70cf3e0076a21b5 (diff)
patch #3055886 [config] Add Left frame table filter visibility config option, thanks to eesau
Diffstat (limited to 'navigation.php')
-rw-r--r--navigation.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/navigation.php b/navigation.php
index 7d6d66c830..bebdb19d0a 100644
--- a/navigation.php
+++ b/navigation.php
@@ -286,7 +286,7 @@ if ($GLOBALS['cfg']['LeftFrameLight'] && strlen($GLOBALS['db'])) {
$db_tooltip = $GLOBALS['db'];
}
- if ($table_count) {
+ if ($table_count && $GLOBALS['cfg']['LeftDisplayTableFilter']) {
?>
<span id="NavFilter">
<input type="text" name="fast_filter" id="fast_filter" title="<?php echo __('Filter'); ?>" value="filter tables by name" />