Ignore:
Timestamp:
09/12/12 11:24:46 (12 years ago)
Author:
douglasz
Message:

Ticket #3099 - Criar usuário com Conta de Email desativado.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoAdmin1_2/controller.php

    r5509 r7194  
    7474        $result = array(); 
    7575         
    76          
    7776        // if params is not empty, then class method with parameters.    
    7877        if($params) 
     
    8079        else             
    8180                $result = $obj -> $method(); 
    82                  
    83         // Return result serialized.     
    84          
    8581 
     82    $_SESSION['response'] = $result; 
     83 
     84    // Return result serialized. 
    8685        if(!$cExecuteFormReturn) 
    8786                echo serialize($result); 
    88         else 
    89                 $_SESSION['response'] = $result; 
    9087?> 
Note: See TracChangeset for help on using the changeset viewer.