Work in progress on roles. Implemented role delete.
[timetracker.git] / WEB-INF / lib / ttTaskHelper.class.php
index b398228..d238bfb 100644 (file)
@@ -29,8 +29,8 @@
 // Class ttTaskHelper is used to help with task related operations.
 class ttTaskHelper {
 
-  // getTask - gets details of the task identified by its id. 
-  static function getTask($id)
+  // get - gets details of a task identified by its id.
+  static function get($id)
   {
     global $user;