diff --git a/ChangeLog b/ChangeLog index 2d8e272d5..c58875be1 100755 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,8 @@ $Source$ the PEAR library and PHP changed the way how referenced variables get accessed, we have to pre-initialize the array and submit that to the PEAR call() funktion. + * index.php3: Bug #743856. Fixed trinary operator, thanks to Virgile + Petit! 2003-05-26 Michal Cihar * lang/czech: sorted. diff --git a/index.php3 b/index.php3 index 834d6dae2..43c740c86 100755 --- a/index.php3 +++ b/index.php3 @@ -98,7 +98,7 @@ if ($cfg['QueryFrame']) { echo '' . "\n"; echo ' ' . "\n"; - echo ' ' . "\n"; + echo ' ' . "\n"; } ?>