--- loncom/homework/imageresponse.pm 2005/02/10 23:00:10 1.62 +++ loncom/homework/imageresponse.pm 2005/03/02 22:26:36 1.63 @@ -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.63 2005/03/02 22:26:36 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'; } }