X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/9a23a8c0a51b7ec38a96f525484134f3cb85dc7e..9d25c8a4543309f4d4857f39e888bade857a36aa:/WEB-INF/lib/ttTaskHelper.class.php diff --git a/WEB-INF/lib/ttTaskHelper.class.php b/WEB-INF/lib/ttTaskHelper.class.php index b9198e40..d238bfbc 100644 --- a/WEB-INF/lib/ttTaskHelper.class.php +++ b/WEB-INF/lib/ttTaskHelper.class.php @@ -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