cvs: smarty /libs Smarty_Compiler.class.php
"Messju Mohr" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvsmessju1082111505@cvsserver> |
messju Fri Apr 16 06:31:45 2004 EDT
Modified files:
/smarty/libs Smarty_Compiler.class.php
Log:
removed unused 2nd param in call to _parse_var()
http://cvs.php.net/diff.php/smarty/libs/Smarty_Compiler.class.php?r1=1.319&r2=1.320&ty=u
Index: smarty/libs/Smarty_Compiler.class.php
diff -u smarty/libs/Smarty_Compiler.class.php:1.319 smarty/libs/Smarty_Compiler.class.php:1.320
--- smarty/libs/Smarty_Compiler.class.php:1.319 Fri Apr 16 04:50:27 2004
+++ smarty/libs/Smarty_Compiler.class.php Fri Apr 16 06:31:43 2004
@@ -26,7 +26,7 @@
* @package Smarty
*/
-/* $Id: Smarty_Compiler.class.php,v 1.319 2004/04/16 08:50:27 messju Exp $ */
+/* $Id: Smarty_Compiler.class.php,v 1.320 2004/04/16 10:31:43 messju Exp $ */
/**
* Template compiling class
@@ -1703,7 +1703,7 @@
}
if($_has_math) {
if(!empty($_complete_var) || is_numeric($_complete_var))
- $_output .= $this->_parse_var($_complete_var, true);
+ $_output .= $this->_parse_var($_complete_var);
// get the modifiers working (only the last var from math + modifier is left)
$var_expr = $_complete_var;
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php