Index: trunk/core/units/categories/categories_config.php =================================================================== diff -u -r1566 -r2011 --- trunk/core/units/categories/categories_config.php (.../categories_config.php) (revision 1566) +++ trunk/core/units/categories/categories_config.php (.../categories_config.php) (revision 2011) @@ -62,7 +62,7 @@ 'ParentId' => Array('type' => 'int','not_null' => '1','default' => '0'), 'Name' => Array('type' => 'string','not_null' => '1','default' => ''), 'Description' => Array('type' => 'string','not_null' => '1','default' => ''), - 'CreatedOn' => Array('formatter' => 'kDateFormatter', 'default'=>mktime(), 'not_null' => '1'), + 'CreatedOn' => Array('formatter' => 'kDateFormatter', 'default'=>'#NOW#', 'not_null' => '1'), 'EditorsPick' => Array('type' => 'int','default' => ''), 'Status' => Array('type' => 'int','not_null' => '1','default' => '0'), 'Pop' => Array('type' => 'int','default' => ''),