kriwil / OpenX

OpenX code backup
GNU General Public License v2.0
8 stars 5 forks source link

!function_exists('function_exists') #1

Open ghost opened 9 years ago

ghost commented 9 years ago

This statement has become the subject of much confusion in various discussion groups.

https://github.com/kriwil/OpenX/blob/master/pre-check.php#L252

if (!function_exists('function_exists')) {

What on earth is the expected behavior here?

ghost commented 9 years ago

Whoops. Sorry.