Ignore:
Timestamp:
06/29/09 17:33:04 (15 years ago)
Author:
amuller
Message:

Ticket #559 - Removendo inclusão de header.inc.php nas classes e colocando no controler

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/inc/class.db_functions.inc.php

    r1040 r1059  
    11<?php 
    2 if(!isset($GLOBALS['phpgw_info'])){ 
    3         $GLOBALS['phpgw_info']['flags'] = array( 
    4                 'currentapp' => 'expressoMail1_2', 
    5                 'nonavbar'   => true, 
    6                 'noheader'   => true 
    7         ); 
    8 } 
    9 require_once '../header.inc.php'; 
    10  
    112define('PHPGW_INCLUDE_ROOT','../');      
    123define('PHPGW_API_INC','../phpgwapi/inc');       
Note: See TracChangeset for help on using the changeset viewer.