--- loncom/build/add_domain_coordinator_privilege.pl 2007/06/26 19:39:25 1.1 +++ loncom/build/add_domain_coordinator_privilege.pl 2007/06/26 19:48:52 1.2 @@ -14,7 +14,7 @@ exisiting user on a LON-CAPA system. # 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 @@ if (exists($rolesref->{'/'.$add_domain.' 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.