From 9cf915f1d3ad7db4ccc1718e21d4462f39b47601 Mon Sep 17 00:00:00 2001 From: philippe_mingo Date: Wed, 26 Dec 2001 14:45:26 +0000 Subject: [PATCH] Before I forgot 8-). git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1962 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- ChangeLog | 3 ++- plugins/bug_report/bug_report.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b1f34e23..c1fdb215 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,7 +9,8 @@ Version 1.2.2 -- ?? is not in the prefs. Bug reported by Boris Manojlovic - Html cleanup, with patch from Dave Huang (#496712) - + - Fixed a problem saving prefs when using PHP 4.1 + Version 1.2.1 -- 25 December 2001 --------------------------------- diff --git a/plugins/bug_report/bug_report.php b/plugins/bug_report/bug_report.php index 0c85c8c9..45adc590 100644 --- a/plugins/bug_report/bug_report.php +++ b/plugins/bug_report/bug_report.php @@ -191,4 +191,4 @@ $body = htmlspecialchars($body_top . $body); - + \ No newline at end of file -- 2.25.1