DataObjects/Events.php
authorChris <chris@roojs.com>
Thu, 11 Oct 2012 06:29:14 +0000 (14:29 +0800)
committerChris <chris@roojs.com>
Thu, 11 Oct 2012 06:29:14 +0000 (14:29 +0800)
DataObjects/Events.php

index ee87cb6..f5108c2 100644 (file)
@@ -425,9 +425,12 @@ class Pman_Core_DataObjects_Events extends DB_DataObject
             'GET' => empty($_GET) ? array() : $_GET,
             'POST' =>$p,
         )));
-        
     }
     
+    function writeEventLog()
+    {
+        
+    }
     
     
 }