Being slightly more accurate.
authordefacer <defacer>
Tue, 1 Feb 2005 06:49:52 +0000 (06:49 +0000)
committerdefacer <defacer>
Tue, 1 Feb 2005 06:49:52 +0000 (06:49 +0000)
blocks/quiz_results/config_instance.html

index 264f936f8eca849d5b72b0f893673089d57fca15..aec41f4b0e58f9e82f44734103d6586be305b7cd 100644 (file)
@@ -1,5 +1,5 @@
 <table cellpadding="9" cellspacing="0">
-<?php if($this->instance->pagetype == PAGE_COURSE_VIEW) { ?>
+<?php if($this->instance->pagetype != PAGE_QUIZ_VIEW) { ?>
 <tr valign="top">
     <td align="right">
         <?php print_string('config_select_quiz', 'block_quiz_results') ?>
@@ -21,7 +21,7 @@
         ?>
     </td>
 </tr>
-<?php } // end if($this->instance->pagetype == PAGE_COURSE_VIEW) ?>
+<?php } // end if($this->instance->pagetype != PAGE_QUIZ_VIEW) ?>
 <tr valign="top">
     <td align="right">
         <?php print_string('config_show_best', 'block_quiz_results') ?>