]> git.mjollnir.org Git - moodle.git/commitdiff
Bug #5946 - matching question php notice. Merged from MOODLE_16_STABLE.
authortjhunt <tjhunt>
Fri, 21 Jul 2006 07:21:45 +0000 (07:21 +0000)
committertjhunt <tjhunt>
Fri, 21 Jul 2006 07:21:45 +0000 (07:21 +0000)
question/type/match/display.html

index 6435d5d99e095500efec259325655a87c56199fb..e9c3101d75fdb2f5e79f7bdee5868418dbb63619 100644 (file)
         <td class="c1 control <?php echo $answer->class ?>">
           <?php echo $answer->control; ?>
         </td>
-        <!-- 
+<?php if (!empty($answer->feedback)) { ?>
         <td class="c0 feedback">
           <?php echo $answer->feedback; ?>
         </td>
-        -->
+<?php } ?>
       </tr>
     <?php } ?>
   </table>