Changeset 1417


Ignore:
Timestamp:
09/16/09 16:09:44 (15 years ago)
Author:
alexandrecorreia
Message:

Ticket #559 - Referente a erro ao criar usuário no ExpressoAdmin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoAdmin1_2/controller.php

    r414 r1417  
    11<?php 
     2if(!isset($GLOBALS['phpgw_info'])){ 
     3        $GLOBALS['phpgw_info']['flags'] = array( 
     4                'currentapp' => 'expressoAdmin1_2', 
     5                'nonavbar'   => true, 
     6                'noheader'   => true 
     7        ); 
     8} 
     9require_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.