This patch fixes two errors I found when submitting forms on the quiz. Both are related to the theme_quiz_view function. The first was occurring when the quiz was trying to display the availability, but the dates were in array form. The second was happening during node creation when there was not yet an nid to look up the question list (causing node_load to throw a fatal error).

CommentFileSizeAuthor
quiz_fatalerrors.patch2.07 KBseanbfuller

Comments

gilcot’s picture

testing :P
it's strange, i didn't notice that. good catch.

add1sun’s picture

Status: Needs review » Fixed

Fixed in the big update patch http://drupal.org/node/114885

Anonymous’s picture

Status: Fixed » Closed (fixed)