From 23e82d6f9d281be3a0066f207f6b071cb3d57c33 Mon Sep 17 00:00:00 2001 From: Eriksen Costa Paixão Date: Tue, 11 May 2010 19:48:36 +0000 Subject: [PATCH] Removido código desnecessário --- ieducar/intranet/educar_relatorio_diario_classe_proc.php | 21 --------------------- 1 file changed, 0 insertions(+), 21 deletions(-) diff --git a/ieducar/intranet/educar_relatorio_diario_classe_proc.php b/ieducar/intranet/educar_relatorio_diario_classe_proc.php index d87f48f..2b61231 100644 --- a/ieducar/intranet/educar_relatorio_diario_classe_proc.php +++ b/ieducar/intranet/educar_relatorio_diario_classe_proc.php @@ -100,10 +100,6 @@ class indice extends clsCadastro var $page_y = 125; - var $get_file; - - var $cursos = array(); - var $get_link; var $total; @@ -111,23 +107,6 @@ class indice extends clsCadastro var $ref_cod_modulo; var $data_ini, $data_fim; - var $z = 0; - - var $meses_do_ano = array( - 1 => 'JANEIRO', - 2 => 'FEVEREIRO', - 3 => 'MARÇO', - 4 => 'ABRIL', - 5 => 'MAIO', - 6 => 'JUNHO', - 7 => 'JULHO', - 8 => 'AGOSTO', - 9 => 'SETEMBRO', - 10 => 'OUTUBRO', - 11 => 'NOVEMBRO', - 12 => 'DEZEMBRO' - ); - function renderHTML() { if ($_POST) { -- libgit2 0.21.2