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:
authorChanaka Indrajith <pe.chanaka.ck@gmail.com>2012-09-18 22:45:15 +0400
committerChanaka Indrajith <pe.chanaka.ck@gmail.com>2012-09-18 22:45:15 +0400
commit13208324d352dc4c5c65cc4f1e7444268a07821f (patch)
treecd898d39d1b9d19b2f26b2770dd492e07fdd144b /navigation.php
parentabf9e1d8db2f7a178dbf359d501daf7670c84294 (diff)
Removed unnecessary empty lines in functions
Diffstat (limited to 'navigation.php')
-rw-r--r--navigation.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/navigation.php b/navigation.php
index ee02fc3444..b5a0f78095 100644
--- a/navigation.php
+++ b/navigation.php
@@ -528,7 +528,6 @@ function PMA_displayTableList(
$tables, $visible = false,
$tab_group_full = '', $table_db = ''
) {
-
if (! is_array($tables) || count($tables) === 0) {
return;
}