Code

Removed unused var
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 7 Nov 2005 13:11:29 +0000 (13:11 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 7 Nov 2005 13:11:29 +0000 (13:11 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1850 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/nagios/main.inc

index 3eb06ca65a5fdc21cd3afe548c3eac9e46b7b3f1..5ede10b2ecb9c0a70eb495588f356552f016bad2 100644 (file)
@@ -96,7 +96,7 @@ if (!$remove_lock){
 
   $info= "";
   /* Show page footer depending on the mode */
-  if (!$nagiosAccount->forward_dialog && $nagiosAccount->is_account){
+  if ($nagiosAccount->is_account){
     $display.= "<p class=\"plugbottom\">";
 
     /* Are we in edit mode? */