From 87dfa4d26f23de58988b7db714af79339cfe710a Mon Sep 17 00:00:00 2001 From: jamiesensei Date: Mon, 24 Sep 2007 13:23:58 +0000 Subject: [PATCH] MDL-11423 removed a stray print_object call --- question/contextmove.php | 1 - 1 file changed, 1 deletion(-) 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); ?> -- 2.39.5