]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/ttGroup.class.php
A bit more refactoring for subgroups.
[timetracker.git] / WEB-INF / lib / ttGroup.class.php
index b7e78f959e8b4a49882ce82074a0f136f6627d86..bb03845d8d737fcbedccf1dfacb2317b387d9fe3 100644 (file)
@@ -94,11 +94,11 @@ class ttGroup {
       $this->allow_ip = $val['allow_ip'];
       $this->password_complexity = $val['password_complexity'];
       $this->group_name = $val['group_name'];
-      $this->currency = $val['currency'];
       */
+      $this->currency = $val['currency'];
       $this->plugins = $val['plugins'];
-      /*
       $this->lock_spec = $val['lock_spec'];
+      /*
       $this->workday_minutes = $val['workday_minutes'];
       $this->custom_logo = $val['custom_logo'];
       */