Diff for /loncom/lond between versions 1.460 and 1.461

version 1.460, 2010/10/25 10:29:33 version 1.461, 2010/10/26 09:46:23
Line 4278  sub put_domain_handler { Line 4278  sub put_domain_handler {
 sub get_domain_handler {  sub get_domain_handler {
     my ($cmd, $tail, $client) = @_;      my ($cmd, $tail, $client) = @_;
   
     &dirtylog("get_domain_handler");  
     my $userinput = "$client:$tail";      my $userinput = "$client:$tail";
   
     my ($udom,$namespace,$what)=split(/:/,$tail,3);      my ($udom,$namespace,$what)=split(/:/,$tail,3);

Removed from v.1.460  
changed lines
  Added in v.1.461


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