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:
authorMichal Čihař <mcihar@suse.cz>2011-07-22 11:10:37 +0400
committerMichal Čihař <mcihar@suse.cz>2011-07-22 11:10:37 +0400
commit219ec73d69a0bee94ac3bf98757db25360862b39 (patch)
treea45557d4d7faaa44cd9f916306cacd278e0a6c68 /navigation.php
parent36298932e2a80bbd207b3b86475033f8b728a0b4 (diff)
Spacing around if
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 27859fed92..e473dd847e 100644
--- a/navigation.php
+++ b/navigation.php
@@ -576,7 +576,7 @@ function PMA_displayTableList($tables, $visible = false,
while (isset($table['is' . $sep . 'group'])) {
// get the array with the actual table information
foreach ($table as $value) {
- if(is_array($value)) {
+ if (is_array($value)) {
$table = $value;
}
}