DataObjects/Events.php
authorAlan Knowles <alan@roojs.com>
Thu, 6 Oct 2011 04:30:15 +0000 (12:30 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 6 Oct 2011 04:30:15 +0000 (12:30 +0800)
DataObjects/Events.php

index fa9d835..4ec7cde 100644 (file)
@@ -57,13 +57,7 @@ class Pman_Core_DataObjects_Events extends DB_DataObject
         
             
     }
-    /**
-     * check who is trying to access this. false == access denied..
-     */
-    function checkPerm($lvl, $au) 
-    {
-        return $lvl == 'S' && $au->hasPerm("Admin.Admin_Tab", $lvl);
-    } 
+     
     /**
      * init:
      * Initialize an event - ready to insert..