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…
Reference in New Issue