mirror of
https://github.com/smarty-php/smarty.git
synced 2025-11-02 21:31:48 +01:00
fixed problem with counter and assign
This commit is contained in:
@@ -25,7 +25,6 @@ function smarty_function_counter($params, &$smarty)
|
||||
static $dir = array();
|
||||
static $name = "default";
|
||||
static $printval = array();
|
||||
static $assign = "";
|
||||
|
||||
extract($params);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user