We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a346e5a + 1b3edd5 commit 427e941Copy full SHA for 427e941
main/gradebook/lib/fe/flatviewtable.class.php
@@ -321,9 +321,9 @@ function display_graph_by_resource() {
321
//------------------
322
//echo 'not in cache';
323
$Cache->WriteToCache($graph_id,$DataSet->GetData(),$Test);
324
- ob_start();
325
- $Test->Stroke();
326
- ob_end_clean();
+ //ob_start();
+ //$Test->Stroke();
+ //ob_end_clean();
327
$img_file = $Cache->GetHash($graph_id,$DataSet->GetData());
328
}
329
echo '<img src="'.api_get_path(WEB_ARCHIVE_PATH).$img_file.'" >';
0 commit comments