Code

Remove notify flag if account is removed.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 20 Jul 2007 08:03:35 +0000 (08:03 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 20 Jul 2007 08:03:35 +0000 (08:03 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6930 594d385d-05f5-0310-b6e9-bd551577e9d8

include/class_tabs.inc

index bb76200fc612f6090862ccb6013e08d7198bdbeb..ba24d9530e8f047d06ba1633cd55b7ab1dc1322f 100644 (file)
@@ -251,7 +251,9 @@ class tabs
                        }else{
         $this->by_object[$key]->pl_notify= FALSE;
       }
-               }
+               }else{
+      $this->by_object[$key]->pl_notify= FALSE;
+    }
        }
 
        return ($messages);