summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6aa8a6c)
raw | patch | inline | side by side (parent: 6aa8a6c)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 30 Nov 2006 10:57:04 +0000 (10:57 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 30 Nov 2006 10:57:04 +0000 (10:57 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5269 594d385d-05f5-0310-b6e9-bd551577e9d8
Changelog | patch | blob | history | |
plugins/admin/systems/class_terminalService.inc | patch | blob | history |
diff --git a/Changelog b/Changelog
index 1b6841e25581ccfd449942f09a0d940ada4b7fee..3b0aaff43f156c09a4315288e2d9a0948c2c2f00 100644 (file)
--- a/Changelog
+++ b/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 4e3a5f07dd263b31ba268c5d460ab6cd44fb337d..8b1cb3a0e696c3bfa19698b0eebe33e1737317c0 100644 (file)
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();