From: Platonides Date: Thu, 29 Apr 2010 22:02:44 +0000 (+0000) Subject: Follow up r65672. FIXED. X-Git-Tag: 1.31.0-rc.0~36979 X-Git-Url: http://git.cyclocoop.org/data/Fool?a=commitdiff_plain;h=2ed97eb02d2c3d758a5af50bb02fc20e5307bb3f;p=lhc%2Fweb%2Fwiklou.git Follow up r65672. FIXED. --- diff --git a/config/Installer.php b/config/Installer.php index 3eddb18ca9..333c38e005 100644 --- a/config/Installer.php +++ b/config/Installer.php @@ -1215,7 +1215,6 @@ if( $conf->posted && ( 0 == count( $errs ) ) ) { } } - # FIXME: Check for errors print "
  • Creating tables..."; if ($conf->DBtype == 'mysql') { $res = $wgDatabase->sourceFile( "../maintenance/tables.sql" );