MDL-8633 - Initialised $output at head of function.
This commit is contained in:
+3
-1
@@ -3275,7 +3275,9 @@ function print_group_picture($group, $courseid, $large=false, $return=false, $li
|
||||
function print_png($url, $sizex, $sizey, $return, $parameters='alt=""') {
|
||||
global $CFG;
|
||||
static $recentIE;
|
||||
|
||||
|
||||
$output = '';
|
||||
|
||||
if (!isset($recentIE)) {
|
||||
$recentIE = check_browser_version('MSIE', '5.0');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user