summaryrefslogtreecommitdiff
path: root/GradeBook.tcl
diff options
context:
space:
mode:
authorEugeniy Mikhailov <evgmik@gmail.com>2011-01-21 12:59:51 -0500
committerEugeniy Mikhailov <evgmik@gmail.com>2011-01-21 12:59:51 -0500
commit1ac712a2057aa8954d07908843ccff26338a45fb (patch)
treeea28cc6da16c15e2c66b15eddd4d0ef5c4d3b0e7 /GradeBook.tcl
parent78175721074da61524c881bc4c8369072cd34f1d (diff)
downloadGradeBook-1ac712a2057aa8954d07908843ccff26338a45fb.tar.gz
GradeBook-1ac712a2057aa8954d07908843ccff26338a45fb.zip
typo fix
Ignore-this: 783bcb05040f8d4f47ce5e47de49ae07 darcs-hash:20110121175951-067c0-1e5b3f9f3b5db68a728966cdc48dac5c65620448.gz
Diffstat (limited to 'GradeBook.tcl')
-rwxr-xr-xGradeBook.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/GradeBook.tcl b/GradeBook.tcl
index 4d68eb7..c41f106 100755
--- a/GradeBook.tcl
+++ b/GradeBook.tcl
@@ -62,7 +62,7 @@ proc AddUserNonWeb { first_name last_name user_name password_hash {group_name {g
}
proc CreateGradesTable {db} {
- set err [catch {db eval {CREATE TABLE GradesTable(FirstName text, LastName text, UserName text, PasswordHash text, GroupName text, UderHiddenColums text)} } errStat]
+ set err [catch {db eval {CREATE TABLE GradesTable(FirstName text, LastName text, UserName text, PasswordHash text, GroupName text, UserHiddenColums text)} } errStat]
if { $err } {
htmlErrorMsg $errStat
dbg "the following error happen: $errStat" 1