BUGFIX Fixing usage of deprecated APIs

This commit is contained in:
Ingo Schommer 2008-10-16 13:46:59 +00:00
parent 4f7c9b34d2
commit d3c7ad41fd

View File

@ -15,7 +15,7 @@ class BlogEntry extends Page {
static $icon = "blog/images/blogpage"; static $icon = "blog/images/blogpage";
static $db = array( static $db = array(
"Date" => "Datetime", "Date" => "SSDatetime",
"Author" => "Text", "Author" => "Text",
"Tags" => "Text" "Tags" => "Text"
); );