From 2a6ed869ffc332bfceb2cb77b6a5754353650667 Mon Sep 17 00:00:00 2001 From: CloudStarTreck <37251906+Teecloudy@users.noreply.github.com> Date: Sat, 18 Apr 2020 17:30:40 +0800 Subject: [PATCH] Updating Course_id variable In the input form of Posting New Lab assignment in COurse.php, the COurse_id variable was converted from int to a char string by adding dots around the variable. This caused a 44440 upload error since the column can only hold integers. --- Courses.php | 4 ++-- index.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Courses.php b/Courses.php index aa690a3..146d97e 100644 --- a/Courses.php +++ b/Courses.php @@ -156,7 +156,7 @@ New Date/Time
- + Dealine Date/Time @@ -209,7 +209,7 @@ Submission Type $_SESSION['url']=$url; ?> - + Dealine Date/Time diff --git a/index.php b/index.php index 19db8b6..2379936 100644 --- a/index.php +++ b/index.php @@ -112,7 +112,7 @@ if(isset($_SESSION['info_signup1'])) {