Ignore:
Timestamp:
03/21/12 14:00:25 (12 years ago)
Author:
gustavo
Message:

Ticket #2398 - Compatibilizacao com PHP-5.3 em alguns módulos do expresso

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/api/controller.php

    r5715 r5773  
    636636                        { 
    637637                                if( self::isConcept( $URI['concept'], $linkName ) ) 
    638                                     $data[$linkName] = self::put( array( 'concept' => $linkTarget ), $data[$linkName], &$txIds ); 
     638                                    $data[$linkName] = self::put( array( 'concept' => $linkTarget ), $data[$linkName], $txIds ); 
    639639                            else 
    640640                            { 
     
    668668                          $value[ self::links( $URI['concept'], $linkNames[ $linkTarget ] ) ] = $URI['id']; 
    669669   
    670                           self::put( array( 'concept' => $linkTarget ), $value, &$txIds ); 
     670                          self::put( array( 'concept' => $linkTarget ), $value, $txIds ); 
    671671                      } 
    672672                } 
Note: See TracChangeset for help on using the changeset viewer.