Se elimina error de sintaxis
Former-commit-id: 0db25e1c670d645c6a3e53829a895024a30a8cd4
This commit is contained in:
parent
985fc952e1
commit
293b025c7f
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue