From cfeb30652642d995bb0c8d17988d33d11b02318f Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Sun, 1 Apr 2007 11:02:46 +0000 Subject: coding standard: no spaces inside braces --- db_qbe.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'db_qbe.php') diff --git a/db_qbe.php b/db_qbe.php index 996e9d2a5a..68f42f275a 100644 --- a/db_qbe.php +++ b/db_qbe.php @@ -178,7 +178,7 @@ function showColumnSelectCell($columns, $column_number, $selected = '') $z = 0; for ($x = 0; $x < $col; $x++) { if (isset($ins_col[$x]) && $ins_col[$x] == 'on') { - showColumnSelectCell( $fld, $z ); + showColumnSelectCell($fld, $z); $z++; } @@ -733,7 +733,7 @@ if (isset($Field) && count($Field) > 0) { $master = key($tab_wher); } else { // Now let's find out which of the tables has an index - // ( When the control user is the same as the normal user + // (When the control user is the same as the normal user // because he is using one of his databases as pmadb, // the last db selected is not always the one where we need to work) PMA_DBI_select_db($db); @@ -806,7 +806,7 @@ if (isset($Field) && count($Field) > 0) { // Of course we only want to check each table once $checked_tables = $col_cand; foreach ($col_cand AS $tab) { - if ($checked_tables[$tab] != 1 ) { + if ($checked_tables[$tab] != 1) { $tsize[$tab] = PMA_Table::countRecords($db, $tab, true, false); $checked_tables[$tab] = 1; } -- cgit v1.2.3