CC-3179 : shows populated date must be timestamp.

This commit is contained in:
Naomi Aro 2011-12-12 21:11:05 +01:00
parent 85b2bf6e55
commit c887fec86b

View file

@ -121,7 +121,7 @@ class Application_Model_Preference
* A row from cc_show_days table
*/
public static function SetShowsPopulatedUntil($dateTime) {
self::SetValue("shows_populated_until", $dateTime->format("Y-m-d"));
self::SetValue("shows_populated_until", $dateTime->format("Y-m-d H:i:s"));
}
/**