Index: trunk/phase3/config/Installer.php |
— | — | @@ -1215,7 +1215,6 @@ |
1216 | 1216 | } |
1217 | 1217 | } |
1218 | 1218 | |
1219 | | - # FIXME: Check for errors |
1220 | 1219 | print "<li>Creating tables..."; |
1221 | 1220 | if ($conf->DBtype == 'mysql') { |
1222 | 1221 | $res = $wgDatabase->sourceFile( "../maintenance/tables.sql" ); |