mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Eliminated message when secondary groups are added
Former-commit-id: 07a6e423a66830543126444a5b4f54c196818e63
This commit is contained in:
parent
6894623429
commit
ff85a4a8d5
@ -847,7 +847,7 @@ if ($update_agent) { // if modified some agent paramenter
|
||||
|
||||
$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(
|
||||
__('There was a problem updating the agent'));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user