r54988 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r54987‎ | r54988 | r54989 >
Date:00:40, 14 August 2009
Author:brion
Status:ok
Tags:
Comment:
Merge double-quote string fix from trunk
Modified paths:
  • /branches/wmf-deployment/includes/ConfEditor.php (modified) (history)

Diff [purge]

Index: branches/wmf-deployment/includes/ConfEditor.php
@@ -310,8 +310,7 @@
311311 array( '\\\'' => '\'', '\\\\' => '\\' ) );
312312 if ( $str !== '' && @$str[0] == '"' )
313313 // Double-quoted string
314 - return strtr( stripcslashes( substr( $str, 1, -1 ) ),
315 - array( '\'' => '\\\'' ) );
 314+ return stripcslashes( substr( $str, 1, -1 ) );
316315 if ( substr( $str, 0, 4 ) == 'true' )
317316 return true;
318317 if ( substr( $str, 0, 5 ) == 'false' )
Property changes on: branches/wmf-deployment/includes/ConfEditor.php
___________________________________________________________________
Name: svn:mergeinfo
319318 - /trunk/phase3/includes/ConfEditor.php:52290,52402,52404,52718,52737,52759,52776,52791,52800,52808,52812-52813,52815-52819,52822,52846,52850,52852-52853,52855-52857,52859,52924,52986,53128-53129,53190,53197,53199,53203-53204,53210-53211,53247,53249,53252,53267,53270,53293,53305,53344,53369,53427,53502-53504,53506,53777,54384,54494,54592,54599-54602,54604,54613,54764,54793,54806
320319 + /trunk/phase3/includes/ConfEditor.php:52290,52402,52404,52718,52737,52759,52776,52791,52800,52808,52812-52813,52815-52819,52822,52846,52850,52852-52853,52855-52857,52859,52924,52986,53128-53129,53190,53197,53199,53203-53204,53210-53211,53247,53249,53252,53267,53270,53293,53305,53344,53369,53427,53502-53504,53506,53777,54384,54494,54592,54599-54602,54604,54613,54764,54793,54806,54987

Status & tagging log