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