From: hickert Date: Thu, 15 Dec 2005 12:49:34 +0000 (+0000) Subject: Some changes X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c017100a8e7c56bd8687b9b91e90ced339485fe9;p=gosa.git Some changes git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2314 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/groups/class_groupManagement.inc b/plugins/admin/groups/class_groupManagement.inc index 877cde3ca..e8e028bc9 100644 --- a/plugins/admin/groups/class_groupManagement.inc +++ b/plugins/admin/groups/class_groupManagement.inc @@ -235,7 +235,10 @@ class groupManagement extends plugin /* Check locking, save current plugin in 'back_plugin', so the dialog knows where to return. */ - if (($user= get_lock($this->dn)) != ""){ + + $user = get_lock($this->dn); + + if ($user != ""){ return(gen_locked_message ($user, $this->dn)); }