diff options
-rwxr-xr-x | GradeBook_lib.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GradeBook_lib.tcl b/GradeBook_lib.tcl index 6f914c8..4495274 100755 --- a/GradeBook_lib.tcl +++ b/GradeBook_lib.tcl @@ -1068,7 +1068,7 @@ proc htmlDBout {db permission_list user {sort_col {}}} { } } errStat ] if { $err } { - dbg "we should never be here if $sortCol exist in the table" msg_level_critical + dbg "we should never be here if $sort_col exist in the table" msg_level_critical dbg $errStat msg_level_critical htmlErrorMsg $errStat } |