1.8 * @date 02/12/2007 * * Prints prints user's profile and stats */ if (!defined('MOODLE_INTERNAL')) { die('Direct access to this script is forbidden.'); /// It must be included from view.php in mod/tracker } print_simple_box_start('center', '80%', '', '', 'generalbox', 'bugreport'); ?>
:  
:
id); $reportersmenu = array(); if ($reporters){ foreach($reporters as $reporter){ $reportersmenu[$reporter->id] = fullname($reporter); } choose_from_menu($reportersmenu, 'reportedby', '', get_string('any', 'tracker')); } else{ print_string('noreporters', 'tracker'); } ?> :  
:
: