mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Merge branch '2548_Bug_edicion_modulos_operaciones_masivas' into 'develop'
Fixed tags in module bulk operations See merge request artica/pandorafms!1639
This commit is contained in:
commit
dec9021702
@ -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…
x
Reference in New Issue
Block a user