From b4918c1ad000fa6fea9bbe84ce9306b7fabc46c1 Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 26 Sep 2005 06:21:28 +0000 Subject: [PATCH] Fixed a set of typos git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1412 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/personal/nagios/class_nagiosAccount.inc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/plugins/personal/nagios/class_nagiosAccount.inc b/plugins/personal/nagios/class_nagiosAccount.inc index 6006e6e7b..51dbac1e3 100644 --- a/plugins/personal/nagios/class_nagiosAccount.inc +++ b/plugins/personal/nagios/class_nagiosAccount.inc @@ -32,8 +32,6 @@ class nagiosAccount extends plugin var $ServiceNotificationCommands= ""; var $HostNotitificationOptions= ""; var $ServiceNotificationOptions= ""; - var $HostNotificationPeriod= ""; - var $ServiceNotificationPeriod= ""; var $AuthorizedAllHosts= ""; var $AuthorizedAllServices= ""; @@ -84,7 +82,7 @@ class nagiosAccount extends plugin _("This account has no nagios extensions.").""; $display.= back_to_main(); - return ($display); + return ($display); } /* Show tab dialog headers */ @@ -141,7 +139,7 @@ class nagiosAccount extends plugin if (isset($_POST['mailTab'])){ /* Save ldap attributes */ plugin::save_object(); - + } } function remove_from_parent() -- 2.30.2