Skip to content

Commit 427e941

Browse files
committed
Merge pull request #67 from ycastillo/5883
removing stroke function call from display_graph_by_resource -refs #5883
2 parents a346e5a + 1b3edd5 commit 427e941

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
@@ -321,9 +321,9 @@ function display_graph_by_resource() {
321321
//------------------
322322
//echo 'not in cache';
323323
$Cache->WriteToCache($graph_id,$DataSet->GetData(),$Test);
324-
ob_start();
325-
$Test->Stroke();
326-
ob_end_clean();
324+
//ob_start();
325+
//$Test->Stroke();
326+
//ob_end_clean();
327327
$img_file = $Cache->GetHash($graph_id,$DataSet->GetData());
328328
}
329329
echo '<img src="'.api_get_path(WEB_ARCHIVE_PATH).$img_file.'" >';

0 commit comments

Comments
 (0)