Course.php: better variable name .
parent
587474e074
commit
6b1d41a02d
|
@ -386,13 +386,13 @@ where Lab_Report_ID=$lab_repo_id and (lab_report_submissions.Student_id='$studen
|
|||
$att3 = $row['Attachment_link_3'];
|
||||
$att4 = $row['Attachment_link_4'];
|
||||
$id = $row['Lab_Report_ID'];
|
||||
$Submission_ID = $row['Submission_ID'];
|
||||
$submission_id = $row['Submission_ID'];
|
||||
$notes = $row['Notes'];
|
||||
$status = $row['Status'];
|
||||
$remarking_reason = $row['Remarking_Reason'];
|
||||
|
||||
if ($status == 'Marked') {
|
||||
$rm_data = "\Script.php?remarking=yes&id=$Submission_ID&url=$url&status=Remarking";
|
||||
$rm_data = "\Script.php?remarking=yes&id=$submission_id&url=$url&status=Remarking";
|
||||
$remarking = "<button onclick='remarking(\"$rm_data\")' class='btn btn-sm btn-light'>Request remarking</button>";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue