[LON-CAPA-cvs] cvs: loncom /auth lonroles.pm

www lon-capa-cvs@mail.lon-capa.org
Tue, 07 Jun 2005 00:24:10 -0000


www		Mon Jun  6 20:24:10 2005 EDT

  Modified files:              
    /loncom/auth	lonroles.pm 
  Log:
  Syntax error
  
  
Index: loncom/auth/lonroles.pm
diff -u loncom/auth/lonroles.pm:1.122 loncom/auth/lonroles.pm:1.123
--- loncom/auth/lonroles.pm:1.122	Mon Jun  6 18:39:59 2005
+++ loncom/auth/lonroles.pm	Mon Jun  6 20:24:08 2005
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # User Roles Screen
 #
-# $Id: lonroles.pm,v 1.122 2005/06/06 22:39:59 raeburn Exp $
+# $Id: lonroles.pm,v 1.123 2005/06/07 00:24:08 www Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -262,7 +262,8 @@
 				$furl = "/adm/helper/course.initialization.helper";
 			    }
                             # Send the user to the course they selected
-                            if (($env{'request.course.fn'}) && ($role eq 'cc' && ($env{'environment.course_init_display'} ne 'firstres'))  {
+                            if (($env{'request.course.fn'}) 
+				&& ($role eq 'cc' && ($env{'environment.course_init_display'} ne 'firstres')))  {
                                 $msg = &mt('Entering course ....');
                                 &redirect_user($r,&mt('New in course'),
                                       '/adm/whatsnew',$msg,