[LON-CAPA-cvs] cvs: modules /msu localenroll.pm

raeburn raeburn@source.lon-capa.org
Thu, 25 Mar 2010 04:15:58 -0000


raeburn		Thu Mar 25 04:15:58 2010 EDT

  Modified files:              
    /modules/msu	localenroll.pm 
  Log:
  - Fix typo.
  
  
Index: modules/msu/localenroll.pm
diff -u modules/msu/localenroll.pm:1.48 modules/msu/localenroll.pm:1.49
--- modules/msu/localenroll.pm:1.48	Thu Mar 25 04:06:16 2010
+++ modules/msu/localenroll.pm	Thu Mar 25 04:15:58 2010
@@ -1,6 +1,6 @@
 # functions to glue school database system into Lon-CAPA for
 # automated enrollment
-# $Id: localenroll.pm,v 1.48 2010/03/25 04:06:16 raeburn Exp $
+# $Id: localenroll.pm,v 1.49 2010/03/25 04:15:58 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -846,8 +846,8 @@
                         }
                     }
                 } else {
-                    $instusers->{$uname} = {firstname      =>  $first,
-                                            middlename     => $middle
+                    $instusers->{$uname} = {firstname      => $first,
+                                            middlename     => $middle,
                                             lastname       => $last,
                                             id             => $pid,
                                             permanentemail => $uname.'@msu.edu',