--- loncom/homework/edit.pm 2005/12/15 23:20:55 1.98 +++ loncom/homework/edit.pm 2006/05/30 12:45:36 1.102 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # edit mode helpers # -# $Id: edit.pm,v 1.98 2005/12/15 23:20:55 albertel Exp $ +# $Id: edit.pm,v 1.102 2006/05/30 12:45:36 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -32,6 +32,9 @@ use strict; use Apache::lonnet; use HTML::Entities(); use Apache::lonlocal; +use lib '/home/httpd/lib/perl/'; +use LONCAPA; + # Global Vars # default list of colors to use in editing @@ -504,11 +507,14 @@ sub js_change_detection {