From 7aea1ee279386858420be0c1c1f3e23a1ef802e4 Mon Sep 17 00:00:00 2001 From: Jo Michael Date: Sun, 29 Apr 2012 01:05:39 +0200 Subject: [PATCH] Proper indentation for a comment --- libraries/tbl_properties.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/tbl_properties.inc.php b/libraries/tbl_properties.inc.php index f254b0b433..e126182984 100644 --- a/libraries/tbl_properties.inc.php +++ b/libraries/tbl_properties.inc.php @@ -219,8 +219,8 @@ for ($i = 0; $i < $num_fields; $i++) { if ($row['Null'] == 'YES') { $row['DefaultType'] = 'NULL'; $row['DefaultValue'] = ''; - // SHOW FULL COLUMNS does not report the case when there is a DEFAULT value - // which is empty so we need to use the results of SHOW CREATE TABLE + // SHOW FULL COLUMNS does not report the case when there is a DEFAULT value + // which is empty so we need to use the results of SHOW CREATE TABLE } elseif (isset($row) && isset($analyzed_sql[0]['create_table_fields'][$row['Field']]['default_value']) ) {