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

version 1.13, 2003/09/15 13:38:19 version 1.14, 2003/09/15 19:56:44
Line 174  ENDDOCUMENT Line 174  ENDDOCUMENT
        $r->print('<p>No page information provided.</p>');         $r->print('<p>No page information provided.</p>');
     }      }
     $r->print(&Apache::lonfeedback::list_discussion      $r->print(&Apache::lonfeedback::list_discussion
       (1,'bulletin___'.$marker.'___'.        ('board','OPEN','bulletin___'.$marker.'___'.
        'adm/wrapper'.$r->uri).'</body></html>');         'adm/wrapper'.$r->uri).'</body></html>');
     return OK;      return OK;
 }   } 

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


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