]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/ttClientHelper.class.php
Improved security of getRecordForFileView().
[timetracker.git] / WEB-INF / lib / ttClientHelper.class.php
index 1974401cfa1be83c2bfb3a9df5d21625126d2754..7105595d830f8112cbda16dd1a79c82089965097 100644 (file)
@@ -339,7 +339,7 @@ class ttClientHelper {
     return true;
   }
 
-  // deleteProject - deletes a project from the projects field in tt_clients table
+  // deleteProjectFromClient - deletes a project from the projects field in tt_clients table
   // for a single client in a group.
   static function deleteProjectFromClient($project_id, $client_id) {
     global $user;