From f35262a4b24ad45ef2a9f765ce30210faf5e08f7 Mon Sep 17 00:00:00 2001 From: Aran Dunkley Date: Tue, 13 May 2008 05:11:33 +0000 Subject: [PATCH] Remove obsolete commen --- includes/DatabaseMssql.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.20.1