changed an echo to a print, silly but I prefer print in php files and echo for debug and embedded html :)

This commit is contained in:
dhawes 2005-01-26 00:40:03 +00:00
parent 74d669f14e
commit 1eb099be3d

View file

@ -8,7 +8,7 @@
get_string('error'),
get_string('error') );
echo clean_text(urldecode($error));
print clean_text(urldecode($error));
print_footer();
?>