From 4f4a1c3a51708ed6e73452357ac0ce35e680eb80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Fri, 20 Jul 2001 23:25:46 +0000 Subject: [PATCH] Fixed a bug with php3 --- ChangeLog | 3 +++ ob_lib.inc.php3 | 12 ++++++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 90a6f9c88..df15f19dc 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2001-07-21 Loïc Chapeaux + * ob.lib.inc.php3, lines 50-54 & 73-76: fixed a bug with php3. + 2001-07-20 Marc Delisle * HTTP compression patch thanks to Jeremy Brand header.inc.php3, footer.inc.php3, ob_lib.inc.php3 diff --git a/ob_lib.inc.php3 b/ob_lib.inc.php3 index cb135cb66..617bb481d 100644 --- a/ob_lib.inc.php3 +++ b/ob_lib.inc.php3 @@ -1,4 +1,5 @@