]> git.mjollnir.org Git - moodle.git/commitdiff
Small typo causing some warnings. $theme ----> $THEME
authorstronk7 <stronk7>
Sun, 14 Mar 2004 01:18:54 +0000 (01:18 +0000)
committerstronk7 <stronk7>
Sun, 14 Mar 2004 01:18:54 +0000 (01:18 +0000)
mod/choice/view.php

index f03159366c24b2975f1f7c0ea8942e6eb79250d0..2329b60119073c07947b5af6702b1638c810cceb 100644 (file)
         
             foreach ($useranswer as $key => $answer) {
                 if ($key) {
-                    echo "<td width=\"$tablewidth%\" valign=top nowrap bgcolor=\"$theme->cellcontent\">";
+                    echo "<td width=\"$tablewidth%\" valign=top nowrap bgcolor=\"$THEME->cellcontent\">";
                 } else if ($choice->showunanswered) {
-                    echo "<td width=\"$tablewidth%\" valign=top nowrap bgcolor=\"$theme->body\">";
+                    echo "<td width=\"$tablewidth%\" valign=top nowrap bgcolor=\"$THEME->body\">";
                 } else {
                     continue;
                 }