From: tokul Date: Sat, 26 Nov 2005 19:49:52 +0000 (+0000) Subject: fixed incorrect curly escape in sqimap_append X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=a3e60d99e72c171f7acb881b11978f8c67ffebc1;p=squirrelmail.git fixed incorrect curly escape in sqimap_append git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10409 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/ChangeLog b/ChangeLog index 16f02460..5daac81f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -489,6 +489,8 @@ Version 1.5.1 -- CVS - Properly clean up temporary attachment files when saving as Draft (#1358407) and fix attachment cleaning code on logout. - Fix error message in addressbook.php lookup (#1351825). + - Fix incorrect curly escape in sqimap_append(). Error triggered by PHP 5.1 + bugfix (#1366982). Version 1.5.0 - 2 February 2004 -------------------------------