* Special:Import/importDump fixes: report XML parse errors, accept <minor/>
[lhc/web/wiklou.git] / includes / DatabaseMysql.php
1 <?
2 /*
3 * Stub database class for MySQL.
4 */
5 require_once('Database.php');
6 ?>