Ignore:
Timestamp:
07/28/09 11:20:54 (15 years ago)
Author:
amuller
Message:

Ticket #88 - Adaptação pro expresso2.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoCalendar/inc/controller.php

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