--- loncom/interface/lontest.pm 2003/04/01 20:12:02 1.11 +++ loncom/interface/lontest.pm 2004/11/01 23:03:33 1.12 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # A debugging harness. # -# $Id: lontest.pm,v 1.11 2003/04/01 20:12:02 www Exp $ +# $Id: lontest.pm,v 1.12 2004/11/01 23:03:33 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -143,7 +143,8 @@ sub section # ------------------------------------------------------------------- End Debug - $r->print(''); + $r->print(''); + return OK; }