Added clarifying comments.
[timetracker.git] / WEB-INF / lib / common.lib.php
index 3644c05..124b78f 100644 (file)
@@ -340,10 +340,3 @@ function ttAccessCheck($required_rights)
     
   return true;
 }
-
-// ttPluginEnabled is used to check whether a plugin is enabled for user.
-function ttPluginEnabled($plugin)
-{
-  global $user;
-  return in_array($plugin, explode(',', $user->plugins));
-}