Eliminated message when secondary groups are added

Former-commit-id: 07a6e423a66830543126444a5b4f54c196818e63
This commit is contained in:
samucarc 2019-01-15 13:10:13 +01:00
parent 6894623429
commit ff85a4a8d5

View File

@ -847,7 +847,7 @@ if ($update_agent) { // if modified some agent paramenter
$result = db_process_sql_update ('tagente', $values, array ('id_agente' => $id_agente)); $result = db_process_sql_update ('tagente', $values, array ('id_agente' => $id_agente));
if ($result == false && $update_custom_result == false) { if ($result === false && $update_custom_result == false) {
ui_print_error_message( ui_print_error_message(
__('There was a problem updating the agent')); __('There was a problem updating the agent'));
} }