From d972220ce67d1095a0ff0363dd01da59450dfd79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Fri, 26 Jul 2002 08:36:42 +0000 Subject: [PATCH] better 'fix' against bug #585094 --- ChangeLog | 4 +++- header.inc.php3 | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7ccef809b..c3a9c76eb 100755 --- a/ChangeLog +++ b/ChangeLog @@ -6,7 +6,9 @@ $Id$ $Source$ 2002-07-25 Loïc Chapeaux - * libraries/sqlparser.lib.php3: PHP3 parse errors fixed, + * libraries/sqlparser.lib.php3: PHP3 parse errors fixed. + * header.inc.php3, lines 155-156: better "fix" against bug + #585094 (Runtime Error on Line 62). 2002-07-24 Robin Johnson * config.inc.php3: diff --git a/header.inc.php3 b/header.inc.php3 index 5a5ecf369..99ab5baf7 100755 --- a/header.inc.php3 +++ b/header.inc.php3 @@ -152,7 +152,8 @@ $title .= (empty($title) ? '' : ' - ') . 'phpMyAdmin ' . PMA_VERSION;