*** empty log message ***
This commit is contained in:
parent
8721fc69e5
commit
201868aba3
|
@ -59,7 +59,8 @@ function StatusMessage($MessageTyp,$MessageHeadline,$MessageText,$MessageVariabl
|
|||
$variables .= "," . $MessageVariables[$i];
|
||||
}
|
||||
$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. */
|
||||
|
|
Loading…
Reference in New Issue