Index: trunk/phase3/includes/ConfEditor.php |
— | — | @@ -310,8 +310,7 @@ |
311 | 311 | array( '\\\'' => '\'', '\\\\' => '\\' ) ); |
312 | 312 | if ( $str !== '' && @$str[0] == '"' ) |
313 | 313 | // Double-quoted string |
314 | | - return strtr( stripcslashes( substr( $str, 1, -1 ) ), |
315 | | - array( '\'' => '\\\'' ) ); |
| 314 | + return stripcslashes( substr( $str, 1, -1 ) ); |
316 | 315 | if ( substr( $str, 0, 4 ) == 'true' ) |
317 | 316 | return true; |
318 | 317 | if ( substr( $str, 0, 5 ) == 'false' ) |