]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/ttTaskHelper.class.php
Work in progress on roles. Implemented role delete.
[timetracker.git] / WEB-INF / lib / ttTaskHelper.class.php
index b398228b8be159a023fe7cbe0d79da038a03c98a..d238bfbc882b0809ee5346793d2c3d3e519e7047 100644 (file)
@@ -29,8 +29,8 @@
 // Class ttTaskHelper is used to help with task related operations.
 class ttTaskHelper {
 
 // 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;
  
   {
     global $user;