o trecho de código é:
if ($this->nmgp_opcao == “incluir” || $this->nmgp_opcao == “alterar” || $this->nmgp_opcao == “excluir”)
1776| {
1777| $this->Valida_campos($Campos_Crit, $Campos_Falta, $Campos_Erros) ;
1778| $_SESSION[‘scriptcase’][‘Frm_lancamento_Ficha_Financeira’][‘contr_erro’] = ‘off’;
1779| if ($Campos_Crit != “”)
1780| {
1781| $Campos_Crit = $this->Ini->Nm_lang[‘lang_errm_flds’] . ’ ’ . $Campos_Crit ;
1782| }
1783| if ($Campos_Crit != “” || !empty($Campos_Falta) || $this->Campos_Mens_erro != “”)
1784| {
1785| if ($this->NM_ajax_flag)
1786| {
1787| Frm_lancamento_Ficha_Financeira_pack_ajax_response();
1788| exit;
1789| }
1790| $campos_erro = $this->Formata_Erros($Campos_Crit, $Campos_Falta, $Campos_Erros);
1791| $this->Campos_Mens_erro = “”;
1792| $this->Erro->mensagem(FILE, LINE, “critica”, $campos_erro);
1793| $this->nmgp_opc_ant = $this->nmgp_opcao ;
1794| if ($this->nmgp_opcao == “incluir” && $nm_apl_dependente == 1)
1795| {
1796| $this->nm_flag_saida_novo = “S”;;
1797| }
1798| if ($this->nmgp_opcao == “incluir”)
1799| {
1800| $GLOBALS[“erro_incl”] = 1;
1801| }
1802| $this->nmgp_opcao = “nada” ;
1803| }
1804| }
1805| elseif (isset($nm_form_submit) && $this->nmgp_opcao != “menu_link”)
Não consegui chegar ao problema