Commit 51e12764 authored by Kurzenberger's avatar Kurzenberger
Browse files

removed print_r from the dta_view_submission_utils

parent 288bf18c
1 merge request!1Coding style and recommendations
Pipeline #10963 passed with stage
Showing with 1 addition and 1 deletion
+1 -1
......@@ -49,7 +49,7 @@ public static function assignsubmission_dta_generate_summary_html(
// 1) Retrieve the summary data from the DB (adjust your DB-utils class as needed).
$summary = dta_db_utils::assignsubmission_dta_get_result_summary_from_database($assignmentid, $submissionid);
print_r($summary);
// 2) Prepare an HTML buffer.
$html = '';
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment