Vergleich inc/db_mysql.php - 1.8.23 - 1.8.28
Zeile 485 | Zeile 485 |
---|---|
if($row === false) |
if($row === false) |
return $array[$field]; | if($array !== null) |
} | } |
Zeile 1412 | Zeile 1416 |
$default = ''; |
$default = ''; |
return (bool)$this->write_query("ALTER TABLE {$this->table_prefix}{$table} MODIFY `{$column}` {$new_definition} {$not_null}"); | return (bool)$this->write_query("ALTER TABLE {$this->table_prefix}{$table} MODIFY `{$column}` {$new_definition} {$not_null} {$default}"); |
} | } |