Diff for /loncom/interface/lonprintout.pm between versions 1.441 and 1.442

version 1.441, 2006/06/12 11:19:02 version 1.442, 2006/06/13 21:49:15
Line 1920  sub print_resources { Line 1920  sub print_resources {
     #      #
     #  Close the student bracketing.      #  Close the student bracketing.
     #      #
     $current_output .= "\\special{ps:\nENDOFSTUDENTSTAMP\n}";      $current_output .= "\n\\special{ps:\nENDOFSTUDENTSTAMP\n}";
     return ($current_output,$fullname, $printed);      return ($current_output,$fullname, $printed);
   
 }  }

Removed from v.1.441  
changed lines
  Added in v.1.442


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