Ignore:
Timestamp:
01/21/12 00:18:54 (12 years ago)
Author:
acoutinho
Message:

Ticket #2434 - Limpeza, melhorias e correcoes na camada javascript do novo modulo

File:
1 edited

Legend:

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

    r5394 r5409  
    410410                                        { 
    411411                                                $return = false; 
    412                                                 $output = unserialize($output); 
    413                                          
    414                                                 ob_start(); 
    415                                                 var_dump($output[0]);                                            
    416                                                 $l = ob_get_clean(); 
    417                                                 file_put_contents( "/tmp/acoutinho.log",  $l , FILE_APPEND); 
    418  
    419                                                  
    420                                                  
     412                                                $output = unserialize($output);                                                                          
    421413                                                foreach($output[0] as $key => &$value){ 
    422414                                                 
Note: See TracChangeset for help on using the changeset viewer.