Code

correcting attributes for save, HostNotificationPeriod was mentioned twice
authoropensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 26 Sep 2005 06:56:59 +0000 (06:56 +0000)
committeropensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 26 Sep 2005 06:56:59 +0000 (06:56 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1413 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/nagios/class_nagiosAccount.inc

index 51dbac1e3e55a26b05d5b12d3dea169ffeda8738..f5c3939cb7b5fca16b38bc55fa9fb0203befa71e 100644 (file)
@@ -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");