X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Flib%2FttGroup.class.php;fp=WEB-INF%2Flib%2FttGroup.class.php;h=1d33fe111263d3a45f58fa7c7e71eeaa35874b33;hb=dc825d15a8f66df15a52af1275fbaad594e93aa1;hp=26f2ee6c316a7cd9539f20aa85ee293aae2431da;hpb=5492c8b02d8f7ff98a159c01948101000d98e06e;p=timetracker.git diff --git a/WEB-INF/lib/ttGroup.class.php b/WEB-INF/lib/ttGroup.class.php index 26f2ee6c..1d33fe11 100644 --- a/WEB-INF/lib/ttGroup.class.php +++ b/WEB-INF/lib/ttGroup.class.php @@ -94,12 +94,15 @@ class ttGroup { $this->password_complexity = $val['password_complexity']; $this->group_name = $val['group_name']; $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']; - + */ $this->config = $val['config']; + /* $config = new ttConfigHelper($this->config); // Set user config options. $this->show_holidays = $config->getDefinedValue('show_holidays');