fix example

This commit is contained in:
mohrt
2005-08-31 18:52:22 +00:00
parent 1bea479a0d
commit f61142ac2b

View File

@@ -64,8 +64,8 @@ function print_current_date($params, &$smarty)
$format = "%b %e, %Y"; $format = "%b %e, %Y";
} else { } else {
$format = $params['format']; $format = $params['format'];
return strftime($format,time());
} }
return strftime($format,time());
} }
?> ?>
]]> ]]>