DataObjects/Companies.php
authorChris <chris@roojs.com>
Mon, 22 Apr 2013 02:45:25 +0000 (10:45 +0800)
committerChris <chris@roojs.com>
Mon, 22 Apr 2013 02:45:25 +0000 (10:45 +0800)
DataObjects/Companies.php

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