Proper indentation for a comment

This commit is contained in:
Jo Michael 2012-04-29 01:05:39 +02:00
parent 5e84b98eec
commit 7aea1ee279

View File

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