diff options
-rwxr-xr-x | blackboard2gradebook.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blackboard2gradebook.tcl b/blackboard2gradebook.tcl index 16da2d4..be8665b 100755 --- a/blackboard2gradebook.tcl +++ b/blackboard2gradebook.tcl @@ -199,7 +199,7 @@ proc addStudentsFromBlackboardDB { db } { set id unknownID set section unknownSection puts "Blackboard does not provide Student ID and Section number, skipping user addition" - #return + return set fname [list First Name] set lname [list Last Name] |