dn, $ui->subtreeACL); $addressbook->acl= get_module_permission($acl, "addressbook", $ui->dn); /* Execute formular */ $display= $addressbook->execute (); $display.= "\n"; /* Page header*/ $display= print_header(get_template_path('images/addressbook.png'), _("Address book")).$display; /* Store changes in session */ $_SESSION['addressbook']= $addressbook; } ?>