summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5274a62)
raw | patch | inline | side by side (parent: 5274a62)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 11 May 2010 09:11:30 +0000 (09:11 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 11 May 2010 09:11:30 +0000 (09:11 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18353 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/systems/goto/class_workstationService.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/systems/goto/class_workstationService.inc b/gosa-plugins/goto/admin/systems/goto/class_workstationService.inc
index 5cf847b1bb0b107e16b3398906eae458cb8bac4d..249d4b7e25e94d34c4a5395259732cbcfaf98fd9 100644 (file)
"1400x1050" => "1400x1050",
"1600x1200" => "1600x1200");
- if($this->config->get_cfg_value("core","resolutions") != ""){
- $file = $this->config->get_cfg_value("core","resolutions");
+ if($this->config->get_cfg_value("environment","resolutions") != ""){
+ $file = $this->config->get_cfg_value("environment","resolutions");
if(is_readable($file)){
$str = file_get_contents($file);