]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/ttGroup.class.php
Ongoing refactoring in time.php to support subgroups.
[timetracker.git] / WEB-INF / lib / ttGroup.class.php
index 1d33fe111263d3a45f58fa7c7e71eeaa35874b33..e232a0e1af30cd180d63ddce36b16dc7b24c8995 100644 (file)
@@ -88,7 +88,9 @@ class ttGroup {
       /* TODO: initialize other things here.
       $this->project_required = $val['project_required'];
       $this->task_required = $val['task_required'];
+       */
       $this->record_type = $val['record_type'];
+      /*
       $this->bcc_email = $val['bcc_email'];
       $this->allow_ip = $val['allow_ip'];
       $this->password_complexity = $val['password_complexity'];