View Single Post
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 09-29-2012 , 15:33   Re: Getting certain IP adress
Reply With Quote #9

Quote:
Originally Posted by GhostMan View Post
I'm not really familiar with tasks, should it look like that when i'm removing it?

PHP Code:
    if(task_exists(id))
    {
        
remove_task(id)
    } 
If you don't know the inner workings of remove_task() then yes, but technically, you don't need to check if the task exists before executing remove_task().
__________________
fysiks is offline