dn, $ui->subtreeACL); $msgplug->acl= get_module_permission($acl, "msgplug", $ui->dn); /* save changes back to object */ if (isset ($_POST['target'])){ $msgplug->save_object (); } /* Execute formular */ $display= $msgplug->execute (); $display.= "\n"; /* Page header*/ $display= print_header(get_template_path('images/notifications.png'), _("Notifications")).$display; /* Store changes in session */ $_SESSION['msgplug']= $msgplug; } ?>