summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a6d85a8)
raw | patch | inline | side by side (parent: a6d85a8)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 6 Oct 2006 15:33:20 +0000 (15:33 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 6 Oct 2006 15:33:20 +0000 (15:33 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@4870 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/class_terminalService.inc | patch | blob | history |
diff --git a/plugins/admin/systems/class_terminalService.inc b/plugins/admin/systems/class_terminalService.inc
index bd3ee4652e7e298531bdd814ef213d9868a208d3..2779986921f66762e73301db26a4224c31ede072 100644 (file)
$this->hardware_list["automatic"]= _("automatic");
ksort($this->hardware_list);
+ /* Convert gotoLpdEnable */
+ $this->gotoLpdEnable= ($this->gotoLpdEnable == "yes");
/* Load hardware list */
$ldap= $this->config->get_ldap_link();
}
}
+ /* Convert to string */
+ $this->gotoLpdEnable= $this->gotoLpdEnable?"yes":"no";
+
/* Write back to ldap */
$ldap= $this->config->get_ldap_link();
$ldap->cd($this->dn);