[LON-CAPA-cvs] cvs: loncom /build add_domain_coordinator_privilege.pl

albertel lon-capa-cvs-allow@mail.lon-capa.org
Tue, 26 Jun 2007 19:48:52 -0000


albertel		Tue Jun 26 15:48:52 2007 EDT

  Modified files:              
    /loncom/build	add_domain_coordinator_privilege.pl 
  Log:
  - mention that we are re-enabling
  
  
Index: loncom/build/add_domain_coordinator_privilege.pl
diff -u loncom/build/add_domain_coordinator_privilege.pl:1.1 loncom/build/add_domain_coordinator_privilege.pl:1.2
--- loncom/build/add_domain_coordinator_privilege.pl:1.1	Tue Jun 26 15:39:25 2007
+++ loncom/build/add_domain_coordinator_privilege.pl	Tue Jun 26 15:48:52 2007
@@ -14,7 +14,7 @@
 # add_domain_coordinator_privilege.pl - Add domain coordinator to an
 #    exisiting user on a LON-CAPA system.
 #
-# $Id: add_domain_coordinator_privilege.pl,v 1.1 2007/06/26 19:39:25 albertel Exp $
+# $Id: add_domain_coordinator_privilege.pl,v 1.2 2007/06/26 19:48:52 albertel Exp $
 #
 # This file is part of the LearningOnline Network with CAPA (LON-CAPA).
 #
@@ -178,6 +178,7 @@
 	print(&mt("It is currently active.")."\n");
 	exit(0);
     }
+    print(&mt("It is currently not active. Proceeding to re-enable")."\n");
 }
 
 $rolesref->{'/'.$add_domain.'/_dc'}='dc'; # Set the domain coordinator role.