From: Aran Dunkley Date: Tue, 13 May 2008 05:11:33 +0000 (+0000) Subject: Remove obsolete commen X-Git-Tag: 1.31.0-rc.0~47680 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/journal.php?a=commitdiff_plain;h=f35262a4b24ad45ef2a9f765ce30210faf5e08f7;p=lhc%2Fweb%2Fwiklou.git Remove obsolete commen --- diff --git a/includes/DatabaseMssql.php b/includes/DatabaseMssql.php index 348713624a..4165df1c3e 100755 --- a/includes/DatabaseMssql.php +++ b/includes/DatabaseMssql.php @@ -943,8 +943,8 @@ class DatabaseMssql extends Database { } /** - * Called by the installer script (when modified according to the MediaWikiLite installation instructions) - * - this is the same way PostgreSQL works, MySQL reads in tables.sql and interwiki.sql using dbsource (which calls db->sourceFile) + * Called by the installer script + * - this is the same way as DatabasePostgresql.php, MySQL reads in tables.sql and interwiki.sql using dbsource (which calls db->sourceFile) */ public function setup_database() { global $IP,$wgDBTableOptions;