]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/ttAdmin.class.php
Implemented delete group feature in group editor.
[timetracker.git] / WEB-INF / lib / ttAdmin.class.php
index ef55ae50b15aadb136528a116e7bcb9157637685..a2388edf61db4cf844180eca1f853546c0a00165 100644 (file)
@@ -115,7 +115,7 @@ class ttAdmin {
     return true;
   }
 
-  // markGroupDeleted marks the group and everything in it as deleted.
+  // markGroupDeleted marks a group and everything in it as deleted.
   function markGroupDeleted($group_id) {
 
     // Keep the logic simple by returning false on first error.