Introduced ttBehalfUser class for quote percent work.
[timetracker.git] / WEB-INF / lib / ttGroup.class.php
index 5ef258c..9c12e95 100644 (file)
@@ -63,6 +63,8 @@ class ttGroup {
                                 // We need a non-zero count to display some menus.
 
   // Constructor.
+  // Note: org_id is needed because we construct an object in ttUser constructor,
+  // when global $user object does not yet exist.
   function __construct($id, $org_id) {
     $mdb2 = getConnection();