Return to lonwhatsnew.pm CVS log | Up to [LON-CAPA] / loncom / interface |
version 1.26, 2005/07/15 05:43:42 | version 1.27, 2005/07/15 06:11:16 |
---|---|
Line 208 sub display_actions_box() { | Line 208 sub display_actions_box() { |
if ($result) { | if ($result) { |
$r->print($result.'<hr width="100%" />'); | $r->print($result.'<hr width="100%" />'); |
} | } |
$r->rflush(); | |
&get_curr_thresholds(\%threshold,$cdom,$crs); | &get_curr_thresholds(\%threshold,$cdom,$crs); |
&getitems(\%unread,\%ungraded,\%bombed,\%triggered,\@newdiscussions,\@tograde,\@bombs,\@warnings,$rowColor1,$rowColor2,\%threshold,$cdom,$crs,%res_title); | &getitems(\%unread,\%ungraded,\%bombed,\%triggered,\@newdiscussions,\@tograde,\@bombs,\@warnings,$rowColor1,$rowColor2,\%threshold,$cdom,$crs,%res_title); |