[LON-CAPA-cvs] cvs: loncom(version_2_9_X) /interface lonuserutils.pm
raeburn
raeburn@source.lon-capa.org
Sat, 22 May 2010 13:33:10 -0000
raeburn Sat May 22 13:33:10 2010 EDT
Modified files: (Branch: version_2_9_X)
/loncom/interface lonuserutils.pm
Log:
- Backport 1.119.
Index: loncom/interface/lonuserutils.pm
diff -u loncom/interface/lonuserutils.pm:1.97.2.16 loncom/interface/lonuserutils.pm:1.97.2.17
--- loncom/interface/lonuserutils.pm:1.97.2.16 Wed Mar 24 03:09:41 2010
+++ loncom/interface/lonuserutils.pm Sat May 22 13:33:09 2010
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Utility functions for managing LON-CAPA user accounts
#
-# $Id: lonuserutils.pm,v 1.97.2.16 2010/03/24 03:09:41 raeburn Exp $
+# $Id: lonuserutils.pm,v 1.97.2.17 2010/05/22 13:33:09 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -4389,7 +4389,6 @@
my ($r,$context,$setting,$choice,$crstype) = @_;
my $now = time;
my $count=0;
- my $crstype;
if ($context eq 'course') {
$crstype = &Apache::loncommon::course_type();
}