execute (); /* Page header*/ if (isset($_SESSION['objectinfo'])){ $display= print_header(get_template_path('images/ogroup.png'), _("Object groups"), "\"\" ".@LDAP::fix($_SESSION['objectinfo'])); } else { $display= print_header(get_template_path('images/ogroup.png'), _("Object groups")); } $display.= $output; /* Store changes in session */ $_SESSION['ogroup']= $ogroup; } // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: ?>