Fixed tags in module bulk operations
This commit is contained in:
parent
a5c1caab1f
commit
3593d2b762
|
@ -443,7 +443,7 @@ function modules_update_agent_module ($id, $values,
|
|||
$result = @db_process_sql_update ('tagente_modulo', $values, $where);
|
||||
|
||||
if ($result == false) {
|
||||
if ($result_disable == ERR_GENERIC ){
|
||||
if ($result_disable === ERR_GENERIC ){
|
||||
return ERR_DB;
|
||||
}
|
||||
else{
|
||||
|
|
Loading…
Reference in New Issue