aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xGradeBook_lib.tcl6
1 files changed, 3 insertions, 3 deletions
diff --git a/GradeBook_lib.tcl b/GradeBook_lib.tcl
index 5b0dd2c..ecfe6a0 100755
--- a/GradeBook_lib.tcl
+++ b/GradeBook_lib.tcl
@@ -377,9 +377,9 @@ proc CreateCourseInfoTable {db} {
htmlErrorMsg $errStat
dbg "the following error happen: $errStat" msg_level_critical
}
- AddCourseInfoTableItem course_title "Unset"
- AddCourseInfoTableItem course_year "Unset"
- AddCourseInfoTableItem course_semester "Unset"
+ AddCourseInfoTableItem course_title "Title Unset"
+ AddCourseInfoTableItem course_year "Year Unset"
+ AddCourseInfoTableItem course_semester "Semester Unset"
}
proc SelectItemFromCourseInfoTable { item } {