From 08ec5a7cacdd8dd8fbc20ff8eb36e766d4855dab Mon Sep 17 00:00:00 2001 From: Julian Seidenberg Date: Fri, 27 Jul 2012 11:27:56 +1200 Subject: [PATCH] BUGFIX: using correct datetime data type --- code/DMSDocument.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/DMSDocument.php b/code/DMSDocument.php index ef95cb8..f1c1ef4 100644 --- a/code/DMSDocument.php +++ b/code/DMSDocument.php @@ -6,7 +6,7 @@ class DMSDocument extends DataObject implements DMSDocumentInterface { "Folder" => "Varchar(255)", // eg. 0 "Title" => 'Varchar(1024)', // eg. "Energy Saving Report for Year 2011, New Zealand LandCorp" "Description" => 'Text', - "LastChanged" => 'DateTime' //when this document was created or last replaced (small changes like updating title don't count) + "LastChanged" => 'SS_DateTime' //when this document was created or last replaced (small changes like updating title don't count) ); static $many_many = array(