DataObjects/Companies.php
authorChris <chris@roojs.com>
Fri, 19 Apr 2013 09:17:11 +0000 (17:17 +0800)
committerChris <chris@roojs.com>
Fri, 19 Apr 2013 09:17:11 +0000 (17:17 +0800)
DataObjects/Companies.php

index fb03111..38e970f 100644 (file)
@@ -101,6 +101,12 @@ class Pman_Core_DataObjects_Companies extends DB_DataObject
         
          
     }
+    
+    function updated_dt($format)
+    {
+        return;
+    }
+    
     function toEventString() {
         return $this->name;
     }