View Single Post
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 09-20-2009 , 04:18   Re: Patched mapsmenu.sma
Reply With Quote #6

PHP Code:
    if (!file_exists(filename))
        return 
0
This is useless because fopen returns 0 if the file doesn't exist.
Only fclose is needed.
__________________
- tired and retired -

- my plugins -

Last edited by ConnorMcLeod; 09-20-2009 at 04:25.
ConnorMcLeod is offline