From d9f151522494354dfd7a526f9efcd0d9761598a9 Mon Sep 17 00:00:00 2001 From: opensides Date: Mon, 26 Sep 2005 06:56:59 +0000 Subject: [PATCH] correcting attributes for save, HostNotificationPeriod was mentioned twice git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1413 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/personal/nagios/class_nagiosAccount.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/personal/nagios/class_nagiosAccount.inc b/plugins/personal/nagios/class_nagiosAccount.inc index 51dbac1e3..f5c3939cb 100644 --- a/plugins/personal/nagios/class_nagiosAccount.inc +++ b/plugins/personal/nagios/class_nagiosAccount.inc @@ -45,8 +45,7 @@ class nagiosAccount extends plugin var $attributes= array("NagiosAlias", "NagiosPager", "NagiosMail", "HostNotificationPeriod", "ServiceNotificationPeriod", "HostNotificationCommands", "ServiceNotificationCommands", - "HostNotificationOptions", "ServiceNotificationOptions", "HostNotificationPeriod", - "ServiceNotificationPeriod", "AuthorizedAllHosts", "AuthorizedAllServices", + "HostNotificationOptions", "ServiceNotificationOptions", "AuthorizedAllHosts", "AuthorizedAllServices", "AuthorizedSystemCommands", "AuthorizedAllHostCommands", "AuthorizedAllServiceCommands", "AuthorizedConfigurationInformation", "AuthorizedSystemInformation"); -- 2.30.2