From 005b74267801f83855f6d2f9001dd45bb2b652ed Mon Sep 17 00:00:00 2001 From: alec Date: Fri, 29 Aug 2008 08:43:17 +0000 Subject: - oops, fixed parse error from last change git-svn-id: https://svn.roundcube.net/trunk@1696 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/lib/html2text.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roundcubemail/program/lib/html2text.php b/roundcubemail/program/lib/html2text.php index c42a5359e..b476555ba 100644 --- a/roundcubemail/program/lib/html2text.php +++ b/roundcubemail/program/lib/html2text.php @@ -207,7 +207,7 @@ class html2text * @access public * @see $pre_replace */ - $pre_search = array( + var $pre_search = array( "/\n/", "/\t/", '/ /', @@ -222,7 +222,7 @@ class html2text * @access public * @see $pre_search */ - $pre_replace = array( + var $pre_replace = array( '
', '    ', ' ', -- cgit v1.2.3