From: cajus Date: Thu, 30 Nov 2006 10:57:04 +0000 (+0000) Subject: Fixed printer saving attribute X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=99ef79041f8a9b7346693f5e80eafbbc99daddb5;p=gosa.git Fixed printer saving attribute git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5269 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/Changelog b/Changelog index 1b6841e25..3b0aaff43 100644 --- a/Changelog +++ b/Changelog @@ -5,6 +5,7 @@ GOsa2 changelog - Include personal title in DN - Added function to remove PPD's from disc - Removed old cups dependencies + - Fixed saving of terminals printer service attribute * gosa 2.5.6 - Copy & paste implemented into FAI diff --git a/plugins/admin/systems/class_terminalService.inc b/plugins/admin/systems/class_terminalService.inc index 4e3a5f07d..8b1cb3a0e 100644 --- a/plugins/admin/systems/class_terminalService.inc +++ b/plugins/admin/systems/class_terminalService.inc @@ -196,7 +196,7 @@ class termservice extends plugin ksort($this->hardware_list); /* Convert gotoLpdEnable */ - $this->gotoLpdEnable= preg_match("/yes/",$this->gotoLpdEnable); + $this->gotoLpdEnable= preg_match("/yes/i",$this->gotoLpdEnable); /* Load hardware list */ $ldap= $this->config->get_ldap_link();