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/controller.php

    r1037 r1059  
    11<?php 
     2if(!isset($GLOBALS['phpgw_info'])){ 
     3        $GLOBALS['phpgw_info']['flags'] = array( 
     4                'currentapp' => 'expressoMail1_2', 
     5                'nonavbar'   => true, 
     6                'noheader'   => true 
     7        ); 
     8} 
     9require_once '../header.inc.php'; 
     10 
    211        //      Explode action from cExecuteForm function 
    312        $cExecuteFormReturn = false; 
Note: See TracChangeset for help on using the changeset viewer.