Quote:
Originally Posted by Darkwaltz4
I just checked, it only appears once for me in the quiz.php file. I used the version from the thread (2.2).
Also, good thing you showed me that, the command should be ADD BELOW NOT REPLACE WITH....so be sure to just add. updating the attachment
|
That's weired because when I do a (Control F) to find that code it finds it twice.
In admin_quiz.php I also find this code twice using the find function in notepad:
Code:
$DB->query("delete from ".TABLE_PREFIX."quiz_submissions where sid='{$sub['sid']}'");