Changeset 118

Show
Ignore:
Timestamp:
08/26/08 20:44:26 (3 months ago)
Author:
mdawaffe
Message:

get rid of call-time pass-by-reference in backpress_convert_object()

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/includes/functions.core.php

    r110 r118  
    497497        if ( is_array( $object ) ) { 
    498498                foreach ( array_keys( $object ) as $key ) 
    499                         backpress_convert_object( &$object[$key], $output ); 
     499                        backpress_convert_object( $object[$key], $output ); 
    500500        } else { 
    501501                switch ( $output ) {