Code

Fixed date of birth && userPicture
[gosa.git] / plugins / personal / connectivity / class_phpgwAccount.inc
index c458f8eb00648fab344a9ba24b19d4d1f9ea38c4..0080bbbc9690460483f9787159584a34f0e4409b 100644 (file)
@@ -42,7 +42,7 @@ class phpgwAccount extends plugin
       $smarty->assign("phpgwState", "");
     }
 
-    if((!$this->ReadOnly)&&($this->is_account && $this->acl_is_removeable()) || (!$this->is_account && $this->acl_is_createable())) {
+    if((!$this->ReadOnly)&&(($this->is_account && $this->acl_is_removeable()) || (!$this->is_account && $this->acl_is_createable()))) {
       $smarty->assign('phpgwAccountACL', "");
     }else{
       $smarty->assign('phpgwAccountACL', " disabled ");