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ř <michal@cihar.com>2012-04-27 13:30:07 +0400
committerMichal Čihař <michal@cihar.com>2012-04-27 13:30:47 +0400
commitb2243f08a89c069fba04a5deb87e5c94f17c7fe2 (patch)
tree4ca40855ea1982ccb51d802b1a7b30523ebda483 /db_datadict.php
parenta5839a3813a91723ee76d5852ecd14532ab1351f (diff)
Fix spacing around brackets
Diffstat (limited to 'db_datadict.php')
-rw-r--r--db_datadict.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_datadict.php b/db_datadict.php
index 54f579a1a4..cf77a38904 100644
--- a/db_datadict.php
+++ b/db_datadict.php
@@ -270,7 +270,7 @@ foreach ($tables as $table) {
</table>
<?php
// display indexes information
- if (count(PMA_Index::getFromTable($table, $db)) > 0){
+ if (count(PMA_Index::getFromTable($table, $db)) > 0) {
echo PMA_Index::getView($table, $db, true);
}
?>