diff options
-rwxr-xr-x | UpdateAccessRights.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UpdateAccessRights.tcl b/UpdateAccessRights.tcl index ce8d85f..46da274 100755 --- a/UpdateAccessRights.tcl +++ b/UpdateAccessRights.tcl @@ -4,7 +4,7 @@ exec tclsh "$0" "$@" -# delete and recreate AccessRightsTable according to latest specification +# delete and recreate AccessRightsTable according to the latest specification package require sqlite3 package require md5 source ./GradeBook_lib.tcl |