Ignore:
Timestamp:
06/14/12 01:17:45 (12 years ago)
Author:
natan
Message:

Ticket #2845 - Atualizacao da API na busca de mensagens - Migracao do anexar mensagens para API atual

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/expressoServiceImap/prototype/api/newcontroller.php

    r5715 r6486  
    125125                    $return = array(); 
    126126 
    127                     for( $data as $concept => $dt ) 
     127                    foreach( $data as $concept => $dt ) 
    128128                         $return[] = self::put( $dt, array_merge( array( 'concept' => $concept ), $options ) ); 
    129129                         
     
    176176 
    177177                if( $txId ) 
    178                     return self::commit( $options['service'], $txId ); 
     178                  return self::commit( $options['service'], $txId ); 
    179179            } 
    180180            catch( Exception $e ) 
Note: See TracChangeset for help on using the changeset viewer.