Diff for /loncom/interface/lonbulletin.pm between versions 1.12 and 1.13

version 1.12, 2003/09/09 19:39:04 version 1.13, 2003/09/15 13:38:19
Line 33  use Apache::Constants qw(:common); Line 33  use Apache::Constants qw(:common);
 use Apache::loncommon;  use Apache::loncommon;
 use Apache::lonnet;  use Apache::lonnet;
 use Apache::lontexconvert;  use Apache::lontexconvert;
 use Apache::lonxml;  
 use Apache::lonfeedback;  use Apache::lonfeedback;
   
 sub handler {  sub handler {
Line 174  ENDDOCUMENT Line 173  ENDDOCUMENT
     } else {      } else {
        $r->print('<p>No page information provided.</p>');         $r->print('<p>No page information provided.</p>');
     }      }
     $r->print(&Apache::lonxml::xmlend(1,'bulletin___'.$marker.'___'.      $r->print(&Apache::lonfeedback::list_discussion
              'adm/wrapper'.$r->uri).'</body></html>');        (1,'bulletin___'.$marker.'___'.
          'adm/wrapper'.$r->uri).'</body></html>');
     return OK;      return OK;
 }   } 
   

Removed from v.1.12  
changed lines
  Added in v.1.13


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