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.
1 parent ad5b662 commit 1b3edd5Copy full SHA for 1b3edd5
main/gradebook/lib/fe/flatviewtable.class.php
@@ -319,9 +319,9 @@ function display_graph_by_resource() {
319
//------------------
320
//echo 'not in cache';
321
$Cache->WriteToCache($graph_id,$DataSet->GetData(),$Test);
322
- ob_start();
323
- $Test->Stroke();
324
- ob_end_clean();
+ //ob_start();
+ //$Test->Stroke();
+ //ob_end_clean();
325
$img_file = $Cache->GetHash($graph_id,$DataSet->GetData());
326
}
327
echo '<img src="'.api_get_path(WEB_ARCHIVE_PATH).$img_file.'" >';
0 commit comments