From: hickert Date: Fri, 20 Jul 2007 08:03:35 +0000 (+0000) Subject: Remove notify flag if account is removed. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=61c69d3535dbab7fb0523a97936efedd7091e1d2;p=gosa.git Remove notify flag if account is removed. git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6930 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/class_tabs.inc b/include/class_tabs.inc index bb76200fc..ba24d9530 100644 --- a/include/class_tabs.inc +++ b/include/class_tabs.inc @@ -251,7 +251,9 @@ class tabs }else{ $this->by_object[$key]->pl_notify= FALSE; } - } + }else{ + $this->by_object[$key]->pl_notify= FALSE; + } } return ($messages);