*  detalhes.                                                         
 *                                                                    
 *  Voce deve ter recebido uma copia da Licenca Publica Geral GNU     
 *  junto com este programa; se nao, escreva para a Free Software     
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA          
 *  02111-1307, USA.                                                  
 *  
 *  Copia da licenca no diretorio licenca/licenca_en.txt 
 *                                licenca/licenca_pt.txt 
 */
require "libs/db_stdlib.php";
include "dbforms/db_funcoes.php";
include "classes/db_db_cgmatualiza_classe.php";
db_postmemory($HTTP_POST_VARS);
parse_str($HTTP_SERVER_VARS["QUERY_STRING"]);
$cldb_cgmatualiza = new cl_db_cgmatualiza();
$cldb_cgmatualiza->rotulo->label("w11_numcgm");
$cldb_cgmatualiza->rotulo->label("w11_nome");
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="estilos.css" rel="stylesheet" type="text/css">
<script language="JavaScript" type="text/javascript" src="scripts/scripts.js"></script>
</head>
<body bgcolor=#CCCCCC leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table height="100%" border="0"  align="center" cellspacing="0" bgcolor="#CCCCCC">
  <tr> 
    <td height="63" align="center" valign="top">
        <table width="35%" border="0" align="center" cellspacing="0">
             <form name="form2" method="post" action="" >
 *  junto com este programa; se nao, escreva para a Free Software     
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA          
 *  02111-1307, USA.                                                  
 *  
 *  Copia da licenca no diretorio licenca/licenca_en.txt 
 *                                licenca/licenca_pt.txt 
 */
session_start();
include "libs/db_stdlib.php";
include "libs/db_sql.php";
include "dbforms/db_funcoes.php";
include "classes/db_db_cgmatualiza_classe.php";
include "classes/db_db_cgmatualizaliga_classe.php";
include "classes/db_cgm_classe.php";
include "libs/smtp.class.php";
$cldb_cgmatualiza = new cl_db_cgmatualiza();
$cldb_cgmatualizaliga = new cl_db_cgmatualizaliga();
$cl_cgm = new cl_cgm();
$cldb_cgmatualiza->rotulo->label();
$db_opcao = "";
db_postmemory($HTTP_POST_VARS);
$result = pg_query("SELECT distinct m_publico,m_arquivo,m_descricao\n                    FROM db_menupref\n                    WHERE m_arquivo = 'digitaaidof.php'\n                    ORDER BY m_descricao\n                   ");
db_fieldsmemory($result, 0);
if ($m_publico != 't') {
    if (!session_is_registered("DB_acesso")) {
        echo "<script>location.href='index.php?" . base64_encode('erroscripts=3') . "'</script>";
    }
}
$db_verificaip = db_verifica_ip();
mens_help();
$dblink = "atualizaendereco.php";