]> 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 b9198e40698a995e965b9e92cc8c5bf700a97dde..d238bfbc882b0809ee5346793d2c3d3e519e7047 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;
  
@@ -290,4 +290,3 @@ class ttTaskHelper {
     return $result;
   }
 }
-?>
\ No newline at end of file