* Use call_user_func( $func ) rather than $func(), like wgHooks and parser hooks
[lhc/web/wiklou.git] / includes / DatabaseMysql.php
1 <?
2 /*
3 * Stub database class for MySQL.
4 */
5 require_once('Database.php');
6 ?>