summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 66dd1e5)
raw | patch | inline | side by side (parent: 66dd1e5)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 17 Aug 2005 09:47:40 +0000 (09:47 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 17 Aug 2005 09:47:40 +0000 (09:47 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1168 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/gofon/conference/class_phoneConferenceManagment.inc | patch | blob | history |
diff --git a/plugins/gofon/conference/class_phoneConferenceManagment.inc b/plugins/gofon/conference/class_phoneConferenceManagment.inc
index f050f9faf579f501b5060b974a6e2ff0658534b0..27b858ee719c15d338b0120ee0806985fc289257 100644 (file)
$a_field1 = array("string"=>sprintf($userimg,_("Conference")));
+ $acl= get_permissions ($conference['dn'], $this->ui->subtreeACL);
+ $this->acl = get_module_permission($acl, "goFonConference", $conference['dn']);
if(($this->ui->dn==$conference['goFonConferenceOwner'][0])&&(chkacl($this->acl,"goFonConferenceOwner")=="")){
$a_field2 = array("string"=>sprintf($editlink,$conferencekey,$conference['cn'][0].$number));
$a_field3 = array("string"=> $cn);
$a_field4 = array("string"=> $pin);
- $acl= get_permissions ($conference['dn'], $this->ui->subtreeACL);
- $this->acl = get_module_permission($acl, "goFonConference", $conference['dn']);
-
if(($this->ui->dn==$conference['goFonConferenceOwner'][0])&&(chkacl($this->acl,"goFonConferenceOwner")=="")){
$a_field5 = array("string"=>preg_replace("/%KEY%/",$conferencekey,$actions), "attach" => "style='text-align: right;border:none'");
}elseif(chkacl($this->acl,"goFonConferenceOwner")==""){
$a_field5 = array("string"=>" ", "attach" => "style='text-align: right;border:none'");
}
-
$divlist->AddEntry(array($a_field1,$a_field2,$a_field3,$a_field4,$a_field5));
}