From 7789fddb79e20324224ca24de0c501d6c4f85631 Mon Sep 17 00:00:00 2001 From: alecpl Date: Fri, 29 Aug 2008 08:43:17 +0000 Subject: - oops, fixed parse error from last change --- program/lib/html2text.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'program/lib/html2text.php') diff --git a/program/lib/html2text.php b/program/lib/html2text.php index c42a5359e..b476555ba 100644 --- a/program/lib/html2text.php +++ b/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