--- loncom/interface/lonfeedback.pm 2001/02/06 14:22:30 1.3 +++ loncom/interface/lonfeedback.pm 2001/02/06 18:17:34 1.4 @@ -135,18 +135,16 @@ ENDDOCUMENT # my $email=<<"ENDEMAIL"; Refers to $feedurl -
-

Message

-
+
 $message
-
-
+ENDEMAIL + my $citations=<<"ENDCITE";

Previous attempts of student (if applicable)

$prevattempts


Original screen output (if applicable)

$usersaw -ENDEMAIL +ENDCITE # # Who gets this? # @@ -181,7 +179,7 @@ ENDEMAIL if ($_) { unless ( &Apache::lonmsg::user_normal_msg(split(/\:/,$_),'Feedback '.$feedurl, - $email) eq 'ok') { + $email,$citations) eq 'ok') { $status.='
Error sending message to '.$_.'
'; } }