Diff for /loncom/build/add_domain_coordinator_privilege.pl between versions 1.1 and 1.2

version 1.1, 2007/06/26 19:39:25 version 1.2, 2007/06/26 19:48:52
Line 178  if (exists($rolesref->{'/'.$add_domain.' Line 178  if (exists($rolesref->{'/'.$add_domain.'
  print(&mt("It is currently active.")."\n");   print(&mt("It is currently active.")."\n");
  exit(0);   exit(0);
     }      }
       print(&mt("It is currently not active. Proceeding to re-enable")."\n");
 }  }
   
 $rolesref->{'/'.$add_domain.'/_dc'}='dc'; # Set the domain coordinator role.  $rolesref->{'/'.$add_domain.'/_dc'}='dc'; # Set the domain coordinator role.

Removed from v.1.1  
changed lines
  Added in v.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>