summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 19e1f97)
raw | patch | inline | side by side (parent: 19e1f97)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 20 Nov 2007 10:49:37 +0000 (10:49 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 20 Nov 2007 10:49:37 +0000 (10:49 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7823 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/class_systemManagement.inc | patch | blob | history |
diff --git a/plugins/admin/systems/class_systemManagement.inc b/plugins/admin/systems/class_systemManagement.inc
index 42addca64d541877bcd6990828c8a43e07ef35e4..0ee9980ead1fb4007447685096b4ef96917b0779 100644 (file)
if($dia === TRUE || is_object($dia)){
$dialog = TRUE;
}
- }elseif(isset($this->systab->by_object[$this->systab->current]->netConfigDNS) &&
+ }
+ if(isset($this->systab->by_object[$this->systab->current]->netConfigDNS) &&
$this->systab->by_object[$this->systab->current]->netConfigDNS->dialog){
$dialog = TRUE;
}