removing stroke function call from display_graph_by_resource -refs #5883

1.9.x
Yoselyn Castillo 12 years ago
parent ad5b66254e
commit 1b3edd5b79
  1. 6
      main/gradebook/lib/fe/flatviewtable.class.php

@ -319,9 +319,9 @@ class FlatViewTable extends SortableTable
//------------------
//echo 'not in cache';
$Cache->WriteToCache($graph_id,$DataSet->GetData(),$Test);
ob_start();
$Test->Stroke();
ob_end_clean();
//ob_start();
//$Test->Stroke();
//ob_end_clean();
$img_file = $Cache->GetHash($graph_id,$DataSet->GetData());
}
echo '<img src="'.api_get_path(WEB_ARCHIVE_PATH).$img_file.'" >';

Loading…
Cancel
Save