cvs: smarty /libs Smarty_Compiler.class.php
"Messju Mohr" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvsmessju1066943052@cvsserver> |
messju Thu Oct 23 17:04:12 2003 EDT
Modified files:
/smarty/libs Smarty_Compiler.class.php
Log:
removed notice in php-tag handling in Smarty_Compiler::_compile_file()
Index: smarty/libs/Smarty_Compiler.class.php
diff -u smarty/libs/Smarty_Compiler.class.php:1.290 smarty/libs/Smarty_Compiler.class.php:1.291
--- smarty/libs/Smarty_Compiler.class.php:1.290 Thu Oct 23 08:42:52 2003
+++ smarty/libs/Smarty_Compiler.class.php Thu Oct 23 17:04:12 2003
@@ -39,7 +39,7 @@
* @package Smarty
*/
-/* $Id: Smarty_Compiler.class.php,v 1.290 2003/10/23 12:42:52 messju Exp $ */
+/* $Id: Smarty_Compiler.class.php,v 1.291 2003/10/23 21:04:12 messju Exp $ */
/**
* Template compiling class
@@ -292,7 +292,7 @@
$text_blocks[$curr_tb] = str_replace($sp_match[1][$curr_sp],'%%%SMARTYSP'.$curr_sp.'%%%',$text_blocks[$curr_tb]);
}
/* process each one */
- for ($curr_sp = 0, $for_max2 = count($sp_match[0]); $curr_sp < $for_max2; $curr_sp++) {
+ for ($curr_sp = 0, $for_max2 = count($sp_match[1]); $curr_sp < $for_max2; $curr_sp++) {
if ($this->php_handling == SMARTY_PHP_PASSTHRU) {
/* echo php contents */
$text_blocks[$curr_tb] = str_replace('%%%SMARTYSP'.$curr_sp.'%%%', '<?php echo \''.str_replace("'", "\'", $sp_match[1][$curr_sp]).'\'; ?>'."\n", $text_blocks[$curr_tb]);
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php