From 72cec141049bd193ffdbdf0bc31d4334d6f9c47a Mon Sep 17 00:00:00 2001 From: Atul Pratap Singh Date: Sun, 3 Jun 2012 00:00:51 +0530 Subject: [PATCH] Fix spacing after if statement in tbl_select.lib.php --- libraries/tbl_select.lib.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libraries/tbl_select.lib.php b/libraries/tbl_select.lib.php index 0ee6c2f29c..4b7b6bb526 100644 --- a/libraries/tbl_select.lib.php +++ b/libraries/tbl_select.lib.php @@ -720,7 +720,7 @@ function PMA_tblSearchGetFieldsTableHtml($db, $table, $columnNames, $columnTypes $html_output .= PMA_tbl_getTableHeader($geomColumnFlag); $html_output .= ''; - if($searchType == 'zoom') { + if ($searchType == 'zoom') { } else { $html_output .= PMA_tblSearchGetRowsNormal( $db, $table, $columnNames, $columnTypes, $columnCollations, @@ -794,7 +794,7 @@ function PMA_tblSearchGetSelectionForm($goto, $db, $table, $columnNames, $column $html_output .= ($searchType == 'zoom' ? '' : '
'); // Set caption for fieldset - if($searchType == 'zoom') { + if ($searchType == 'zoom') { $html_output .= '' . __('Do a "query by example" (wildcard: "%") for two different columns') . ''; @@ -812,7 +812,7 @@ function PMA_tblSearchGetSelectionForm($goto, $db, $table, $columnNames, $column $geomColumnFlag, $columnCount, $foreigners, $searchType ); - if($searchType == 'zoom') { + if ($searchType == 'zoom') { } else { $html_output .= '
' . ''