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