reverted stuff

This commit is contained in:
messju
2004-04-16 08:03:07 +00:00
parent 729ebe26ed
commit b73d2a7e63
8 changed files with 18 additions and 33 deletions

View File

@@ -20,7 +20,7 @@
function smarty_function_eval($params, &$smarty)
{
if (!array_key_exists('var', $params)) {
if (!isset($params['var'])) {
$smarty->trigger_error("eval: missing 'var' parameter");
return;
}