Merge pull request #8 from fabeat/master

MINOR: Use SS_Datetime instead of Datetime
This commit is contained in:
Will Rossiter 2012-01-08 12:47:05 -08:00
commit 2caf6fb824
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
*/
class BlogEntry extends Page {
static $db = array(
"Date" => "Datetime",
"Date" => "SS_Datetime",
"Author" => "Text",
"Tags" => "Text"
);