Quote:
Originally Posted by 666
I tried it and the option "NO" does not appear like the countdown and it still does not work.
I remove this function from RD_FinishVote and it works fine, now tell me if it is ok or not, this is the function:
PHP Code:
if(g_iMenu <= 0) { remove_task(taskid); return; }
|
This has nothing to do with not showing the option NO
I just deleted the option NO by accident I readded it . Code updated.
The thing you removed is just a safe check to not throw an error invalid menu id.
Everything is hard to modify when you're using a phone
__________________