Diff for /loncom/build/add_domain_coordinator_privilege.pl between versions 1.3 and 1.4

version 1.3, 2007/12/31 16:49:23 version 1.4, 2008/01/03 21:16:11
Line 207  my $domkey=&LONCAPA::escape('dc:'.$usern Line 207  my $domkey=&LONCAPA::escape('dc:'.$usern
 $domrolesref->{$domkey}= &LONCAPA::escape('0:'.$now);  $domrolesref->{$domkey}= &LONCAPA::escape('0:'.$now);
 &LONCAPA::locking_hash_untie($domrolesref);  &LONCAPA::locking_hash_untie($domrolesref);
   
    system('/bin/chown',"www:www","$dompath/nohist_domainroles.db"); # Must be writeable by httpd process.
    system('/bin/chown',"www:www","$dompath/nohist_domainroles.db.lock");
   
 =pod  =pod
   
 =item 2.  =item 2.

Removed from v.1.3  
changed lines
  Added in v.1.4


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