Skip to content

Commit 1b3edd5

Browse files
committed
removing stroke function call from display_graph_by_resource -refs #5883
1 parent ad5b662 commit 1b3edd5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

main/gradebook/lib/fe/flatviewtable.class.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -319,9 +319,9 @@ function display_graph_by_resource() {
319319
//------------------
320320
//echo 'not in cache';
321321
$Cache->WriteToCache($graph_id,$DataSet->GetData(),$Test);
322-
ob_start();
323-
$Test->Stroke();
324-
ob_end_clean();
322+
//ob_start();
323+
//$Test->Stroke();
324+
//ob_end_clean();
325325
$img_file = $Cache->GetHash($graph_id,$DataSet->GetData());
326326
}
327327
echo '<img src="'.api_get_path(WEB_ARCHIVE_PATH).$img_file.'" >';

0 commit comments

Comments
 (0)