]> git.mjollnir.org Git - moodle.git/commit
quiz editing: MDL-17291 Question moving functionality to a user-selected page now...
authorpilpi <pilpi>
Fri, 21 Nov 2008 17:08:36 +0000 (17:08 +0000)
committerpilpi <pilpi>
Fri, 21 Nov 2008 17:08:36 +0000 (17:08 +0000)
commit218dfb91276e13b0a7216be4f8a05459ec25f56b
treedc779a6042831a7bb15067175cf8576627d81151
parent47a8933f629f684fdcc18640e3be2a7138f079f9
quiz editing: MDL-17291 Question moving functionality to a user-selected page now manipulates an array instead of string

The old implementation was string-based and flawed, so switched to a more readable array-based one.

Also removed strpos2() since it was only used in edit.php locally and due to this change became unused.
mod/quiz/edit.php