From 34572a98fecb963009a206b4c79bcff66ca4bb22 Mon Sep 17 00:00:00 2001 From: sam_marshall Date: Mon, 28 Jul 2008 17:21:13 +0000 Subject: [PATCH] MDL-15498: Completion fix: change to use ajaxenabled in progress report --- course/report/progress/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course/report/progress/index.php b/course/report/progress/index.php index 68ee2d2ba0..a54c4e6930 100644 --- a/course/report/progress/index.php +++ b/course/report/progress/index.php @@ -67,7 +67,7 @@ if($csv) { } } else { // Use SVG to draw sideways text if supported - $svgcleverness=check_browser_version('Firefox',2.0) && !$USER->screenreader; + $svgcleverness=ajaxenabled(array('Firefox'=>2.0)) && !$USER->screenreader; // Navigation and header $strreports = get_string("reports"); -- 2.39.5