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']) ) {