--- loncom/homework/imageresponse.pm 2005/02/10 23:00:10 1.62 +++ loncom/homework/imageresponse.pm 2005/03/16 21:35:17 1.64 @@ -2,7 +2,7 @@ # The LearningOnline Network with CAPA # image click response style # -# $Id: imageresponse.pm,v 1.62 2005/02/10 23:00:10 albertel Exp $ +# $Id: imageresponse.pm,v 1.64 2005/03/16 21:35:17 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -227,7 +227,7 @@ sub clean_up_image { } } else { $image=&Apache::lonnet::filelocation($Apache::lonxml::pwd[-1],$image); - if (&Apache::lonnet::repcopy($image) ne OK) { + if (&Apache::lonnet::repcopy($image) ne 'ok') { $image='/home/httpd/html/adm/lonKaputt/lonlogo_broken.gif'; } }