From 219ec73d69a0bee94ac3bf98757db25360862b39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 22 Jul 2011 09:10:37 +0200 Subject: Spacing around if --- db_structure.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db_structure.php') diff --git a/db_structure.php b/db_structure.php index d1ffdc3b77..6dc82bfd45 100644 --- a/db_structure.php +++ b/db_structure.php @@ -372,7 +372,7 @@ foreach ($tables as $keyname => $each_table) { $sum_row_count_pre = '~'; $show_superscript = PMA_showHint(PMA_sanitize(sprintf(__('This view has at least this number of rows. Please refer to %sdocumentation%s.'), '[a@./Documentation.html#cfg_MaxExactCountViews@_blank]', '[/a]'))); } - } elseif($each_table['ENGINE'] == 'InnoDB' && (! $each_table['COUNTED'])) { + } elseif ($each_table['ENGINE'] == 'InnoDB' && (! $each_table['COUNTED'])) { // InnoDB table: we did not get an accurate row count $row_count_pre = '~'; $sum_row_count_pre = '~'; -- cgit v1.2.3