Index: branches/5.1.x/core/units/helpers/language_import_helper.php =================================================================== diff -u -N -r12657 -r13086 --- branches/5.1.x/core/units/helpers/language_import_helper.php (.../language_import_helper.php) (revision 12657) +++ branches/5.1.x/core/units/helpers/language_import_helper.php (.../language_import_helper.php) (revision 13086) @@ -1,6 +1,6 @@ Conn->GetCol($sql); @@ -384,7 +388,7 @@ $sql = 'CREATE TABLE %s SELECT * FROM %s WHERE 0'; $this->Conn->Query( sprintf($sql, $temp_table, $table) ); - $sql = 'ALTER TABLE %1$s CHANGE %2$s %2$s INT(11) NOT NULL'; + $sql = 'ALTER TABLE %1$s CHANGE %2$s %2$s INT(11) NOT NULL DEFAULT "0"'; $this->Conn->Query( sprintf($sql, $temp_table, $idfield) ); }