diff options
Diffstat (limited to 'GradeBook.tcl')
-rwxr-xr-x | GradeBook.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GradeBook.tcl b/GradeBook.tcl index b684965..950c922 100755 --- a/GradeBook.tcl +++ b/GradeBook.tcl @@ -66,7 +66,7 @@ proc CreateGradesTable {db} { # dummy users AddUserNonWeb Ins "Instruch I" instructor [::md5::md5 -hex qwerty] instructor - AddUserNonWeb Ta "Taevich, I" ta [::md5::md5 -hex qwerty] instructor + AddUserNonWeb Ta "Taevich, I" ta [::md5::md5 -hex qwerty] ta AddUserNonWeb Dan "Dandanovich" dan [::md5::md5 -hex qwerty] student AddUserNonWeb Ale "Alevna" ale [::md5::md5 -hex qwerty] student AddUserNonWeb Jon "Jonovich" jon [::md5::md5 -hex qwerty] student |