--- loncom/interface/lonwhatsnew.pm 2007/05/02 01:33:49 1.71 +++ loncom/interface/lonwhatsnew.pm 2007/06/06 17:35:32 1.72 @@ -1,5 +1,5 @@ # -# $Id: lonwhatsnew.pm,v 1.71 2007/05/02 01:33:49 albertel Exp $ +# $Id: lonwhatsnew.pm,v 1.72 2007/06/06 17:35:32 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1332,7 +1332,7 @@ sub display_coursenormalmail { $r->print(''.$mailcount. '.  '. $msg->{'shortsub'}.'    '. - $msg->{'from'}.'@'.$msg->{'fromdom'}.' '. + $msg->{'from'}.':'.$msg->{'fromdom'}.' '. $msg->{'sendtime'}.''); } } else { @@ -1356,7 +1356,7 @@ sub display_coursecritmail { $r->print(''.$mailcount. '.  '. $msg->{'shortsub'}.'    '. - $msg->{'from'}.'@'.$msg->{'fromdom'}.' '. + $msg->{'from'}.':'.$msg->{'fromdom'}.' '. $msg->{'sendtime'}.''); } } else {