change DataObject_Cast to use sql_now
darcs-hash:20080825183005-84dde-c1d24a057d9545cc6d1f0dc21c5af4ea7316d8e9.gz
This commit is contained in:
parent
cba4b50e44
commit
21e4fb864f
@ -82,7 +82,7 @@ class Notice extends DB_DataObject
|
||||
$notice->profile_id = $profile_id;
|
||||
$notice->is_local = $is_local;
|
||||
$notice->reply_to = $reply_to;
|
||||
$notice->created = DB_DataObject_Cast::dateTime();
|
||||
$notice->created = common_sql_now();
|
||||
$notice->content = $content;
|
||||
$notice->rendered = common_render_content($notice->content, $notice);
|
||||
if ($source) {
|
||||
|
Loading…
Reference in New Issue
Block a user