This commit is contained in:
andrei
2002-04-30 13:57:14 +00:00
parent 8e3e2e0027
commit 180f8f3d8d
5 changed files with 13 additions and 5 deletions

View File

@@ -130,7 +130,7 @@ function smarty_function_fetch($params, &$smarty)
case "cluster_host":
if(!empty($param_value)
&& (gethostbyname($param_value) != $param_value)) {
$server_name = $param_value;
$server_name = $param_value;
}
break;
default: