Code

Fixed printer saving attribute
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 30 Nov 2006 10:57:04 +0000 (10:57 +0000)
committercajus <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
plugins/admin/systems/class_terminalService.inc

index 1b6841e25581ccfd449942f09a0d940ada4b7fee..3b0aaff43f156c09a4315288e2d9a0948c2c2f00 100644 (file)
--- 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
index 4e3a5f07dd263b31ba268c5d460ab6cd44fb337d..8b1cb3a0e696c3bfa19698b0eebe33e1737317c0 100644 (file)
@@ -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();