Quote:
Originally Posted by OrangeFlea
All problems fixed.
I found a bug, though. It seems that when you erase the results of a survey, members who took it before it was erased are still blocked from taking the survey again.
|
What did you change to get the images working?
To fix the "already taken" thing, Edit editsurvey.class.php
Find:
Quote:
$tables = array('results','results_text','ip_track','time_li mit');
|
Replace with:
Quote:
$tables = array('results','results_text','ip_track','time_li mit', 'completed_surveys');
|
OR, wait till later today, I'll make an update with a few added features.