Quote:
Originally Posted by Hellcat
I will take a look into this.... can't promise anything, but I'll try 
[high]* Hellcat fires up FireFox[/high]
|
I've been looking in it for myself and I found a "quick and dirty" sollution.
At the top of the script I added this line:
Code:
error_reporting(E_ALL ^ E_NOTICE);
This supresses the Notice errors.
It's not pretty, but it does the trick in Firefox
Edit: Actualy I see this code a lot in vBulletin scripts. I guess it's not so dirty after all