From 2e89715bc24afe6b6738b3da6d4665e991921134 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Sun, 14 Mar 2004 01:18:54 +0000 Subject: [PATCH] Small typo causing some warnings. $theme ----> $THEME --- mod/choice/view.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod/choice/view.php b/mod/choice/view.php index f03159366c..2329b60119 100644 --- a/mod/choice/view.php +++ b/mod/choice/view.php @@ -178,9 +178,9 @@ foreach ($useranswer as $key => $answer) { if ($key) { - echo "cellcontent\">"; + echo "cellcontent\">"; } else if ($choice->showunanswered) { - echo "body\">"; + echo "body\">"; } else { continue; } -- 2.39.5