||*()*|| Hi, Gabor.
>> +// redefine the user error constants - PHP 4 only
>> +define("FATAL", E_USER_ERROR);
>> +define("ERROR", E_USER_WARNING);
>> +define("WARNING", E_USER_NOTICE);GH> Is this from a different part of the manual? Is it supposed to be a good GH> idea to rename WARNING to ERROR and NOTICE to WARNING? It is becoming a GH> support nightmare then isn't it? Definitely bad practive. t --
