--- loncom/interface/lonmsg.pm 2007/05/02 19:56:34 1.202 +++ loncom/interface/lonmsg.pm 2007/05/02 20:26:08 1.203 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines for messaging # -# $Id: lonmsg.pm,v 1.202 2007/05/02 19:56:34 raeburn Exp $ +# $Id: lonmsg.pm,v 1.203 2007/05/02 20:26:08 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -717,7 +717,7 @@ sub store_sent_mail { sub store_recipients { my ($subject,$sendername,$senderdom,$reciphash) = @_; my $context = &get_course_context(); - my $now = time; + my $now = time(); my $msgcount = &get_uniq(); my $recipid = &buildmsgid($now,$subject,$sendername,$senderdom,$msgcount,$context,$$);