From d7bb52ee165850ed4283b33a404b5ee9b0f73e22 Mon Sep 17 00:00:00 2001 From: mohrt Date: Mon, 18 Dec 2000 21:40:21 +0000 Subject: [PATCH] added string_format function --- Smarty.class.php | 1 + libs/Smarty.class.php | 1 + 2 files changed, 2 insertions(+) diff --git a/Smarty.class.php b/Smarty.class.php index 0076aae9..201b6a26 100644 --- a/Smarty.class.php +++ b/Smarty.class.php @@ -52,6 +52,7 @@ class Smarty 'truncate' => 'smarty_mod_truncate', 'spacify' => 'smarty_mod_spacify', 'date_format' => 'smarty_mod_date_format', + 'string_format' => 'smarty_mod_string_format', 'replace' => 'smarty_mod_replace' ); var $global_assign = array( 'SCRIPT_NAME' diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index 0076aae9..201b6a26 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -52,6 +52,7 @@ class Smarty 'truncate' => 'smarty_mod_truncate', 'spacify' => 'smarty_mod_spacify', 'date_format' => 'smarty_mod_date_format', + 'string_format' => 'smarty_mod_string_format', 'replace' => 'smarty_mod_replace' ); var $global_assign = array( 'SCRIPT_NAME'