Index: trunk/extensions/RecordAdmin/RecordAdmin_body.php |
— | — | @@ -475,7 +475,6 @@ |
476 | 476 | $html = preg_replace( "|(<option[^<>]*) selected|", "$1", $html ); # remove the currently selected option |
477 | 477 | if ( $v ) { |
478 | 478 | foreach( split( "\n", $v ) as $v ) { |
479 | | - print $v; |
480 | 479 | $html = preg_match( "|<option[^>]+value\s*=|s", $html ) |
481 | 480 | ? preg_replace( "|(<option)([^>]+value\s*=\s*[\"']{$v}['\"])|s", "$1 selected$2", $html ) |
482 | 481 | : preg_replace( "|(<option[^>]*)(?=>$v</option>)|s", "$1 selected", $html ); |