Diff for /loncom/interface/loncommon.pm between versions 1.279 and 1.280

version 1.279, 2005/10/13 22:37:40 version 1.280, 2005/10/14 20:16:46
Line 3716  the routine &Apache::lonnet::transfer_pr Line 3716  the routine &Apache::lonnet::transfer_pr
 my $uniq=0;  my $uniq=0;
 sub get_cgi_id {  sub get_cgi_id {
     $uniq=($uniq+1)%100000;      $uniq=($uniq+1)%100000;
     return (time.'_'.$uniq);      return (time.'_'.$$.'_'.$uniq);
 }  }
   
 ############################################################  ############################################################

Removed from v.1.279  
changed lines
  Added in v.1.280


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