Index: branches/5.0.x/core/units/phrases/phrases_config.php =================================================================== diff -u -N -r12640 -r12703 --- branches/5.0.x/core/units/phrases/phrases_config.php (.../phrases_config.php) (revision 12640) +++ branches/5.0.x/core/units/phrases/phrases_config.php (.../phrases_config.php) (revision 12703) @@ -1,6 +1,6 @@ 1, 'unique' => Array ('LanguageId'), 'not_null' => 1, 'default' => '' ), - 'PhraseKey' => Array ('type' => 'string', 'max_len' => 255, 'not_null' => 1, 'default' => NULL), - 'Translation' => Array ('type' => 'string', 'formatter' => 'kFormatter', 'required' => 1, 'not_null' => 1, 'using_fck' => 1, 'default' => ''), + 'PhraseKey' => Array ('type' => 'string', 'max_len' => 255, 'not_null' => 1, 'default' => ''), + 'Translation' => Array ('type' => 'string', 'formatter' => 'kFormatter', 'required' => 1, 'using_fck' => 1, 'default' => NULL), 'PhraseType' => Array ( 'type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array (0 => 'la_PhraseType_Front', 1 => 'la_PhraseType_Admin', 2 => 'la_PhraseType_Both'), 'use_phrases' => 1, @@ -150,7 +150,7 @@ 'not_null' => 1, 'default' => 0 ), - 'LastChanged' => Array ('type' => 'int', 'formatter' => 'kDateFormatter', 'not_null' => 1, 'default' => 0), + 'LastChanged' => Array ('type' => 'int', 'formatter' => 'kDateFormatter', 'default' => NULL), 'LastChangeIP' => Array ('type' => 'string', 'not_null' => 1, 'default' => ''), 'Module' => Array ( 'type' => 'string',