Index: trunk/phase3/includes/Database.php |
— | — | @@ -298,8 +298,6 @@ |
299 | 299 | global $wguname; |
300 | 300 | wfProfileIn( __METHOD__ ); |
301 | 301 | |
302 | | - $server = 'localhost'; debugging_code_left_in(); |
303 | | - |
304 | 302 | # Test for missing mysql.so |
305 | 303 | # First try to load it |
306 | 304 | if (!@extension_loaded('mysql')) { |