Commit cdb9fa9cc3d7ee45d8171aa2f48ff24fcd7d50d7

Authored by Edmar Moretti
1 parent b721eb5d

--no commit message

Showing 1 changed file with 5 additions and 6 deletions   Show diff stats
admin/php/classe_metaestat.php
@@ -32,8 +32,8 @@ Arquivo: @@ -32,8 +32,8 @@ Arquivo:
32 32
33 i3geo/admin/php/classe_metaestat.php 33 i3geo/admin/php/classe_metaestat.php
34 */ 34 */
35 -/*  
36 -Classe: Metaestat 35 +/**
  36 +Classe metaestat
37 */ 37 */
38 class Metaestat{ 38 class Metaestat{
39 protected $esquemaadmin; 39 protected $esquemaadmin;
@@ -42,10 +42,9 @@ class Metaestat{ @@ -42,10 +42,9 @@ class Metaestat{
42 protected $convUTF; 42 protected $convUTF;
43 public $dir_tmp; 43 public $dir_tmp;
44 public $nomecache; 44 public $nomecache;
45 - /*  
46 - Function: __construct  
47 -  
48 - Cria um objeto Metaestat 45 + /**
  46 + * Construtor
  47 + * Faz o include de conexao.php que por sua vez faz o include de i3geo/ms_configura.php
49 */ 48 */
50 function __construct(){ 49 function __construct(){
51 error_reporting(0); 50 error_reporting(0);