summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f618483)
raw | patch | inline | side by side (parent: f618483)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 4 Sep 2007 13:28:17 +0000 (13:28 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 4 Sep 2007 13:28:17 +0000 (13:28 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7216 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/class_termDNS.inc | patch | blob | history |
index 93f850f17fcbb349ee8c9e09025a44cc54cd2ae7..b828cc21821bbfaf1268d8be2e4434327db20d73 100644 (file)
/* Call common method to give check the hook */
$message= plugin::check();
- if($this->dhcpEnabled && $this->dhcpParentNode != "" && count($this->dhcpHostEntry) == 0){
+ if($this->dhcpEnabled && $this->dhcp_is_Account && $this->dhcpParentNode != "" && count($this->dhcpHostEntry) == 0){
$message[] =_("You haven not configured your dhcp settings yet.");
}