Add new options when render proc is active. Tiquet: #2503

This commit is contained in:
m-lopez-f 2015-07-29 08:50:09 +02:00
parent 44e064ca91
commit 1babc752dc
1 changed files with 2 additions and 2 deletions

View File

@ -1221,9 +1221,9 @@ foreach ($result as $row) {
case 31:
if ( $row["datos"] >= 1 )
$salida ='OK';
$salida = $config["render_proc_ok"];
else
$salida = 'FAIL';
$salida = $config["render_proc_fail"];
break;
default:
$salida = format_numeric($row["datos"]);