Log Message:
-----------
HEAD backport: removed FIXME comment that is no longer needed. (toenail)
Tags:
----
rel-2-1-patches
Modified Files:
--------------
webwork2/lib/WeBWorK:
Authen.pm
Revision Data
-------------
Index: Authen.pm
===================================================================
RCS file: /webwork/cvs/system/webwork2/lib/WeBWorK/Authen.pm,v
retrieving revision 1.35
retrieving revision 1.35.2.1
diff -Llib/WeBWorK/Authen.pm -Llib/WeBWorK/Authen.pm -u -r1.35 -r1.35.2.1
--- lib/WeBWorK/Authen.pm
+++ lib/WeBWorK/Authen.pm
@@ -273,7 +273,7 @@
defined($ce->{siteDefaults}->{status}->{$userRecord->status})
) {
$userRecord-> status('C');
- #FIXME -- still need to save this value to the database.
+ # need to save this value to the database.
$db->putUser($userRecord);
warn "Setting status for user $user to C. It was previously undefined or miss defined.";
}
|