Ignore:
Timestamp:
01/07/11 15:42:51 (13 years ago)
Author:
eduardoalex
Message:

Ticket #1480 - Modulo de relatorios renomeado para reports

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/reports1_0/inc/class.uireports.inc.php

    r3471 r3666  
    2929                function uireports() 
    3030                { 
    31                         $this->user                     = CreateObject('reports1_0.user'); 
     31                        $this->user                     = CreateObject('reports.user'); 
    3232                        $this->nextmatchs       = CreateObject('phpgwapi.nextmatchs'); 
    33                         $this->functions        = CreateObject('reports1_0.functions'); 
    34                         $this->ldap_functions = CreateObject('reports1_0.ldap_functions'); 
    35                         $this->db_functions = CreateObject('reports1_0.db_functions'); 
    36                         $this->fpdf = CreateObject('reports1_0.fpdf'); // Class para PDF 
     33                        $this->functions        = CreateObject('reports.functions'); 
     34                        $this->ldap_functions = CreateObject('reports.ldap_functions'); 
     35                        $this->db_functions = CreateObject('reports.db_functions'); 
     36                        $this->fpdf = CreateObject('reports.fpdf'); // Class para PDF 
    3737                                                 
    38                         $c = CreateObject('phpgwapi.config','reports1_0'); // cria o objeto relatorio no $c 
     38                        $c = CreateObject('phpgwapi.config','reports'); // cria o objeto relatorio no $c 
    3939                        $c->read_repository(); // na classe config do phpgwapi le os dados da tabela phpgw_config where relatorio, como passagem acima 
    4040                        $this->current_config = $c->config_data; // carrega os dados em do array no current_config 
     
    4444                                $GLOBALS['phpgw']->js = CreateObject('phpgwapi.javascript'); 
    4545                        } 
    46                         $GLOBALS['phpgw']->js->validate_file('jscode','cc','reports1_0'); 
     46                        $GLOBALS['phpgw']->js->validate_file('jscode','cc','reports'); 
    4747                } 
    4848 
     
    154154                { 
    155155                        return '<a href="'.$GLOBALS['phpgw']->link('/index.php',Array( 
    156                                 'menuaction' => 'reports1_0.uireports.'.$action.'_'.$type, 
     156                                'menuaction' => 'reports.uireports.'.$action.'_'.$type, 
    157157                                'account_id' => $account_id 
    158158                        )).'"> '.lang($action).' </a>'; 
Note: See TracChangeset for help on using the changeset viewer.