From 8d5b41761957c3e6a32f7682872be892e32461b3 Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Tue, 19 Oct 2010 04:53:11 +0000 Subject: [PATCH] MINOR Fixed documentation in Datetime (fixes #6062, thanks nicolaas) (from r111787) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@112921 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- core/model/fieldtypes/Datetime.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/model/fieldtypes/Datetime.php b/core/model/fieldtypes/Datetime.php index 371ce4c4a..ae843c6e7 100644 --- a/core/model/fieldtypes/Datetime.php +++ b/core/model/fieldtypes/Datetime.php @@ -14,7 +14,7 @@ * Example definition via {@link DataObject::$db}: * * static $db = array( - * "Expires" => "SSDatetime", + * "Expires" => "SS_Datetime", * ); * *