Index: trunk/core/units/groups/groups_config.php =================================================================== diff -u -N -r8015 -r8029 --- trunk/core/units/groups/groups_config.php (.../groups_config.php) (revision 8015) +++ trunk/core/units/groups/groups_config.php (.../groups_config.php) (revision 8029) @@ -74,7 +74,7 @@ 'GroupId' => Array('type' => 'int', 'not_null' => 1, 'default' => 0), 'Name' => Array('type' => 'string', 'not_null' => 1, 'required' => 1, 'default' => ''), 'Description' => Array('type' => 'string', 'default' => null), - 'CreatedOn' => Array('type' => 'double', 'formatter' => 'kDateFormatter', 'not_null' => '1','default' => '#NOW#'), + 'CreatedOn' => Array('type' => 'int', 'formatter' => 'kDateFormatter', 'default' => '#NOW#'), 'System' => Array('type' => 'int', 'not_null' => 1, 'default' => 0), 'Personal' => Array('type' => 'int','not_null' => 1, 'default' => 0), 'Enabled' => Array('type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array(1 => 'la_Enabled', 0 => 'la_Disabled'), 'use_phrases' => 1, 'not_null' => 1, 'default' => 1),