Se elimina error de sintaxis

Former-commit-id: 0db25e1c670d645c6a3e53829a895024a30a8cd4
This commit is contained in:
marcos.alconada 2019-04-16 18:35:54 +02:00
parent 985fc952e1
commit 293b025c7f
1 changed files with 1 additions and 1 deletions

View File

@ -13996,7 +13996,7 @@ function api_set_update_event_filter($id_event_filter, $thrash1, $other, $thrash
break;
case 5:
$values['status'] = (array_key_exists($other['data'][5], events_get_all_status()) || $db_process_sql_insertother['data'][5] == -1) ? $other['data'][5] : -1;
$values['status'] = (array_key_exists($other['data'][5], events_get_all_status()) || $other['data'][5] == -1) ? $other['data'][5] : -1;
break;
case 6: