summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2571a73)
raw | patch | inline | side by side (parent: 2571a73)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 26 Sep 2005 06:21:28 +0000 (06:21 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 26 Sep 2005 06:21:28 +0000 (06:21 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1412 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/personal/nagios/class_nagiosAccount.inc | patch | blob | history |
diff --git a/plugins/personal/nagios/class_nagiosAccount.inc b/plugins/personal/nagios/class_nagiosAccount.inc
index 6006e6e7be9be3ebc142b72380113da947d19197..51dbac1e3e55a26b05d5b12d3dea169ffeda8738 100644 (file)
var $ServiceNotificationCommands= "";
var $HostNotitificationOptions= "";
var $ServiceNotificationOptions= "";
- var $HostNotificationPeriod= "";
- var $ServiceNotificationPeriod= "";
var $AuthorizedAllHosts= "";
var $AuthorizedAllServices= "";
_("This account has no nagios extensions.")."</b>";
$display.= back_to_main();
- return ($display);
+ return ($display);
}
/* Show tab dialog headers */
if (isset($_POST['mailTab'])){
/* Save ldap attributes */
plugin::save_object();
-
+ }
}
function remove_from_parent()