Code

Fixed a set of typos
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 26 Sep 2005 06:21:28 +0000 (06:21 +0000)
committercajus <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

index 6006e6e7be9be3ebc142b72380113da947d19197..51dbac1e3e55a26b05d5b12d3dea169ffeda8738 100644 (file)
@@ -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.")."</b>";
     
         $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()