[Svn] r1696 - trunk/roundcubemail/program/lib

trac at roundcube.net trac at roundcube.net
Fri Aug 29 10:43:17 CEST 2008


Author: alec
Date: 2008-08-29 03:43:17 -0500 (Fri, 29 Aug 2008)
New Revision: 1696

Modified:
   trunk/roundcubemail/program/lib/html2text.php
Log:
- oops, fixed parse error from last change


Modified: trunk/roundcubemail/program/lib/html2text.php
===================================================================
--- trunk/roundcubemail/program/lib/html2text.php	2008-08-29 08:40:21 UTC (rev 1695)
+++ trunk/roundcubemail/program/lib/html2text.php	2008-08-29 08:43:17 UTC (rev 1696)
@@ -207,7 +207,7 @@
      *  @access public
      *  @see $pre_replace
      */
-    $pre_search = array(
+    var $pre_search = array(
 	"/\n/",
 	"/\t/",
 	'/ /',
@@ -222,7 +222,7 @@
      *  @access public
      *  @see $pre_search
      */
-    $pre_replace = array(
+    var $pre_replace = array(
 	'<br>',
 	'    ',
 	' ',

_______________________________________________
http://lists.roundcube.net/mailman/listinfo/svn



More information about the Svn mailing list