Index: trunk/phase3/includes/db/Database.php |
— | — | @@ -2510,12 +2510,12 @@ |
2511 | 2511 | |
2512 | 2512 | $text = str_replace( '$1', $this->error, $noconnect ); |
2513 | 2513 | |
2514 | | - global $wgShowExceptionDetails; |
| 2514 | + /* |
2515 | 2515 | if ( $GLOBALS['wgShowExceptionDetails'] ) { |
2516 | 2516 | $text .= '</p><p>Backtrace:</p><p>' . |
2517 | 2517 | nl2br( htmlspecialchars( $this->getTraceAsString() ) ) . |
2518 | 2518 | "</p>\n"; |
2519 | | - } |
| 2519 | + }*/ |
2520 | 2520 | |
2521 | 2521 | if($wgUseFileCache) { |
2522 | 2522 | if($wgTitle) { |