summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 39f6949)
raw | patch | inline | side by side (parent: 39f6949)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 16 Jun 2005 06:23:42 +0000 (06:23 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 16 Jun 2005 06:23:42 +0000 (06:23 +0000) |
plugins/personal/generic/class_user.inc | patch | blob | history |
index 41185d617d68e9ced1a670746694e1977ef02809..39c50fc2d5d9b44a31c201242d0c419d69bb137e 100644 (file)
} else {
$uidACL= "readonly";
}
- if ($uidACL == ""){
- $uidACL= chkacl($this->acl, "uid");
- }
+ $uidACL.= " ".chkacl($this->acl, "uid");
+
$smarty->assign("uidACL", $uidACL);
$smarty->assign("is_template", $this->is_template);
$smarty->assign("use_dob", $this->use_dob);