--- loncom/interface/loncommon.pm 2006/09/05 20:42:18 1.449 +++ loncom/interface/loncommon.pm 2006/09/06 19:08:33 1.450 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.449 2006/09/05 20:42:18 albertel Exp $ +# $Id: loncommon.pm,v 1.450 2006/09/06 19:08:33 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3703,6 +3703,8 @@ sub headtag { my $bgcolor = $args->{'bgcolor'} || &designparm($function.'.pgbg',$domain); my $url = join(':',$env{'user.name'},$env{'user.domain'}, #time(), + $Apache::lonnet::perlvar{'lonVersion'}, + $env{'environment.color.timestamp'}, $function,$domain,$bgcolor);