From: jamiesensei Date: Mon, 24 Sep 2007 13:23:58 +0000 (+0000) Subject: MDL-11423 removed a stray print_object call X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=87dfa4d26f23de58988b7db714af79339cfe710a;p=moodle.git MDL-11423 removed a stray print_object call --- diff --git a/question/contextmove.php b/question/contextmove.php index cf30301e6c..0ad9536090 100644 --- a/question/contextmove.php +++ b/question/contextmove.php @@ -244,6 +244,5 @@ print_box(get_string('movingcategorynofiles', 'question', $cattomove), 'boxwidthnarrow boxaligncenter generalbox'); } $contextmoveform->display(); - print_object($brokenurls); print_footer($COURSE); ?>