mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
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);
|
$result = @db_process_sql_update ('tagente_modulo', $values, $where);
|
||||||
|
|
||||||
if ($result == false) {
|
if ($result == false) {
|
||||||
if ($result_disable == ERR_GENERIC ){
|
if ($result_disable === ERR_GENERIC ){
|
||||||
return ERR_DB;
|
return ERR_DB;
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user