diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2011-01-21 00:13:56 -0500 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2011-01-21 00:13:56 -0500 |
commit | 7b998ae7dc85942825aa5103ddf45e6d91990144 (patch) | |
tree | 881b6fc3d9ffac977e6aefd4e448f49a4c369aad /GradeBook.tcl | |
parent | f91ffd9e4acd939edca41e6e094b96a3af860b72 (diff) | |
download | GradeBook-7b998ae7dc85942825aa5103ddf45e6d91990144.tar.gz GradeBook-7b998ae7dc85942825aa5103ddf45e6d91990144.zip |
ta group changed to ta
Ignore-this: 39e66fb49aae26db20925c76ef2c545a
darcs-hash:20110121051356-067c0-3421eab06f2406c47e365c2cb0fe78257d1e557d.gz
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 |