message MDL-19801 Added missing OUTPUT global

This commit is contained in:
samhemelryk 2009-09-29 06:10:51 +00:00
parent 1a434a4113
commit 55a6bb2d49

View File

@ -571,7 +571,7 @@ function message_print_user ($user=false, $iscontact=false, $isblocked=false) {
/// linktype can be: add, remove, block, unblock
function message_contact_link($userid, $linktype='add', $return=false, $script="index.php?tab=contacts", $text=false) {
global $USER, $CFG;
global $USER, $CFG, $OUTPUT;
static $str;