MDL-27626 moodle1_qtype_handler::process_question() is not supposed to return anything
commit1ff4b8dec0b7fcd7555f4365aafff912d9913003
authorDavid Mudrak <david@moodle.com>
Thu, 2 Jun 2011 12:48:00 +0000 (2 14:48 +0200)
committerDavid Mudrak <david@moodle.com>
Fri, 3 Jun 2011 16:06:27 +0000 (3 18:06 +0200)
tree05a4b66a7ddb351033bf158c9630e907bd36bb45
parente19d0c109cb82da97a57e44eff3fa2cb6d4b2536
MDL-27626 moodle1_qtype_handler::process_question() is not supposed to return anything

Returning the converted array has no benefit here and makes the things
more complicated. From now on, the method is supposed to write what it
needs directly into the opened file, without returning anything.
backup/converter/moodle1/handlerlib.php