mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 18:34:27 +02: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 $dir = array();
|
||||||
static $name = "default";
|
static $name = "default";
|
||||||
static $printval = array();
|
static $printval = array();
|
||||||
static $assign = "";
|
|
||||||
|
|
||||||
extract($params);
|
extract($params);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user