change erroneous common_sql_time() to common_sql_date()

This commit is contained in:
Evan Prodromou 2010-02-21 23:19:29 -05:00
parent e39e6cdcc5
commit 48839a1fcf
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ class SalmonAction extends Action
}
if (!empty($this->act->time)) {
$options['created'] = common_sql_time($this->act->time);
$options['created'] = common_sql_date($this->act->time);
}
$saved = Notice::saveNew($oprofile->profile_id,