Commit b1c3949e063c9c81edcafa9a04ac9c317c84d22e
1 parent
15fc9391
Exists in
master
and in
7 other branches
Ajustes erro bobo
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
pen_map_tipo_documento_envio_listar.php
@@ -52,7 +52,7 @@ try { | @@ -52,7 +52,7 @@ try { | ||
52 | } | 52 | } |
53 | break; | 53 | break; |
54 | 54 | ||
55 | - case pen_map_tipo_documento_envio_desativar': | 55 | + case 'pen_map_tipo_documento_envio_desativar': |
56 | 56 | ||
57 | if(array_key_exists('hdnInfraItensSelecionados', $arrParam) && !empty($arrParam['hdnInfraItensSelecionados'])) { | 57 | if(array_key_exists('hdnInfraItensSelecionados', $arrParam) && !empty($arrParam['hdnInfraItensSelecionados'])) { |
58 | 58 | ||
@@ -69,7 +69,7 @@ try { | @@ -69,7 +69,7 @@ try { | ||
69 | } | 69 | } |
70 | break; | 70 | break; |
71 | 71 | ||
72 | - case pen_map_tipo_documento_envio_ativar': | 72 | + case 'pen_map_tipo_documento_envio_ativar': |
73 | if(array_key_exists('hdnInfraItensSelecionados', $arrParam) && !empty($arrParam['hdnInfraItensSelecionados'])) { | 73 | if(array_key_exists('hdnInfraItensSelecionados', $arrParam) && !empty($arrParam['hdnInfraItensSelecionados'])) { |
74 | 74 | ||
75 | PenRelTipoDocMapEnviadoRN::mudarEstado(explode(',', $arrParam['hdnInfraItensSelecionados']), 'S'); | 75 | PenRelTipoDocMapEnviadoRN::mudarEstado(explode(',', $arrParam['hdnInfraItensSelecionados']), 'S'); |