cvs: smarty /libs/plugins block.textformat.php

"Messju Mohr" <[email protected]>
Newsgroups gmane.comp.php.cvs.smarty
Message-ID <cvsmessju1056446880@cvsserver>
messju		Tue Jun 24 05:28:00 2003 EDT

  Modified files:              
    /smarty/libs/plugins	block.textformat.php 
  Log:
  removed warning
  
  
Index: smarty/libs/plugins/block.textformat.php
diff -u smarty/libs/plugins/block.textformat.php:1.5 smarty/libs/plugins/block.textformat.php:1.6
--- smarty/libs/plugins/block.textformat.php:1.5	Mon Jun 16 15:45:11 2003
+++ smarty/libs/plugins/block.textformat.php	Tue Jun 24 05:27:59 2003
@@ -50,7 +50,8 @@
 	
 	// split into paragraphs	
 	$paragraphs = preg_split('![\r\n][\r\n]!',$content);
-	
+	$output = '';
+
 	foreach($paragraphs as $paragraph) {
 		if($paragraph == '') {
 			continue;



-- 
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.