From: opensides Date: Mon, 26 Sep 2005 06:56:59 +0000 (+0000) Subject: correcting attributes for save, HostNotificationPeriod was mentioned twice X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d9f151522494354dfd7a526f9efcd0d9761598a9;p=gosa.git correcting attributes for save, HostNotificationPeriod was mentioned twice git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1413 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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");