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:
authorMadhura Jayaratne <madhura.cj@gmail.com>2012-04-14 16:14:39 +0400
committerMadhura Jayaratne <madhura.cj@gmail.com>2012-04-14 16:14:39 +0400
commit8e62b92d70f15894eccb0d9ec6eb386f047572f4 (patch)
tree041d017de292b4e15b00025a61b0f45091f6cb09 /db_printview.php
parentef68eaa25487addf2015a60ef399ca96919bd9a4 (diff)
Coding style improvements
Diffstat (limited to 'db_printview.php')
-rw-r--r--db_printview.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/db_printview.php b/db_printview.php
index a76ee380e2..22bf7c871f 100644
--- a/db_printview.php
+++ b/db_printview.php
@@ -115,7 +115,8 @@ if ($num_tables == 0) {
$odd_row = true;
foreach ($tables as $sts_data) {
if (PMA_Table::isMerge($db, $sts_data['TABLE_NAME'])
- || strtoupper($sts_data['ENGINE']) == 'FEDERATED') {
+ || strtoupper($sts_data['ENGINE']) == 'FEDERATED'
+ ) {
$merged_size = true;
} else {
$merged_size = false;
@@ -171,8 +172,9 @@ if ($num_tables == 0) {
}
if (! empty($sts_data['Create_time'])
- || ! empty($sts_data['Update_time'])
- || ! empty($sts_data['Check_time'])) {
+ || ! empty($sts_data['Update_time'])
+ || ! empty($sts_data['Check_time'])
+ ) {
echo $needs_break;
?>
<table width="100%">