From: Martin G. <gim...@gi...> - 2002-11-08 06:39:18
|
Carsten Klapp <car...@us...> writes: Hi again > I checked it into CVS with a modification to make it compatible with > PHP < 4.2.0 and the ability to specify colors. (Time for me to think > about upgrading my PHP). I've just tried the version you put in CVS, and since I have a recent version of PHP, the variable $has_old_php doesn't exist when we arrive at the 'if ($has_old_php)' statement. Changing it to 'if (!empty($has_old_php))' fixes this tiny problem... -- Martin Geisler My GnuPG Key: 0xF7F6B57B See http://gimpster.com/ and http://phpweather.net/ for: PHP Weather => Shows the current weather on your webpage and PHP Shell => A telnet-connection (almost :-) in a PHP page. |