From 8f5b28fb4cdea27329041ea7efa24ceebd085d4a Mon Sep 17 00:00:00 2001 From: mohrt Date: Mon, 18 Dec 2000 21:38:07 +0000 Subject: [PATCH] update format to string_format --- Smarty.addons.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Smarty.addons.php b/Smarty.addons.php index f6d09e04..f90e04ad 100644 --- a/Smarty.addons.php +++ b/Smarty.addons.php @@ -81,7 +81,7 @@ function smarty_mod_date_format($string, $format) } -function smarty_mod_format($string, $format) +function smarty_mod_string_format($string, $format) { return sprintf($format, $string); }