From 8cef5ec8ec74cc137adcdd998a218e160267ec14 Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Wed, 28 May 2003 10:15:08 +0000 Subject: [PATCH] Bug #743956, thanks to Virgile Petit --- ChangeLog | 2 ++ index.php3 | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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"; } ?>