From: Richard S. <ri...@ri...> - 2003-03-17 23:23:34
|
I see some stuff in the page master module that has useless stuff like.... if(false){ ...code... } It looks like it instead of commenting the code, it's been wrapped in a if statement which is not the best solution. That should cause extra overhead with PHP. It's just better to comment it, it's faster and less overhead. Regards, Richard S. PS: Hey Matt, what's up with the Demographics module? |