DataObjects/Companies.php
authorChris <chris@roojs.com>
Fri, 19 Apr 2013 10:07:32 +0000 (18:07 +0800)
committerChris <chris@roojs.com>
Fri, 19 Apr 2013 10:07:32 +0000 (18:07 +0800)
DataObjects/Companies.php

index 2b4856e..48a8219 100644 (file)
@@ -102,9 +102,9 @@ class Pman_Core_DataObjects_Companies extends DB_DataObject
          
     }
     
-    function updated_dt($format)
+    function featured_dt($format)
     {
-        return ($this->updated_dt) ? date($format, strtotime($this->updated_dt)) : null;
+        return ($this->featured_dt) ? date($format, strtotime($this->featured_dt)) : null;
     }
     
     function toEventString() {