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

www lon-capa-cvs@mail.lon-capa.org
Wed, 18 Jun 2003 13:13:10 -0000


www		Wed Jun 18 09:13:10 2003 EDT

  Modified files:              
    /loncom/auth	lonroles.pm 
  Log:
  Starting to work on Bug 1782. Changed error message to something less geeky,
  and changed forward URL.
  
  
Index: loncom/auth/lonroles.pm
diff -u loncom/auth/lonroles.pm:1.59 loncom/auth/lonroles.pm:1.60
--- loncom/auth/lonroles.pm:1.59	Wed Jun  4 18:13:28 2003
+++ loncom/auth/lonroles.pm	Wed Jun 18 09:13:10 2003
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # User Roles Screen
 #
-# $Id: lonroles.pm,v 1.59 2003/06/04 22:13:28 albertel Exp $
+# $Id: lonroles.pm,v 1.60 2003/06/18 13:13:10 www Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -152,9 +152,9 @@
 			    unless ($ENV{'request.course.id'}) {
 				&Apache::lonnet::appenv(
 				      "request.course.id"  => $cdom.'_'.$cnum);
-				$furl='/adm/notfound.html';
+				$furl='/adm/roles';
 				$msg=
-	 '<h1><font color=red>Could not initialize top-level map.</font></h1>';
+	 '<h1><font color=red>Could not initialize course at this time.</font></h1><h3>Please try again.</h3>';
 			    }
 
 			    # Check to see if the user is a CC entering a course