*** empty log message ***

This commit is contained in:
duergner 2004-02-28 11:33:44 +00:00
parent 8721fc69e5
commit 201868aba3
1 changed files with 2 additions and 1 deletions

View File

@ -59,7 +59,8 @@ function StatusMessage($MessageTyp,$MessageHeadline,$MessageText,$MessageVariabl
$variables .= "," . $MessageVariables[$i]; $variables .= "," . $MessageVariables[$i];
} }
$command = 'printf("' . addslashes($format) . '"' . $variables . ');'; $command = 'printf("' . addslashes($format) . '"' . $variables . ');';
eval($command); call_user_func_array(printf,array{$format,$MessageVariables});
//eval($command);
} }
/* Use the three replace functions on the submitted Text. */ /* Use the three replace functions on the submitted Text. */