Remove obsolete commen
authorAran Dunkley <nad@users.mediawiki.org>
Tue, 13 May 2008 05:11:33 +0000 (05:11 +0000)
committerAran Dunkley <nad@users.mediawiki.org>
Tue, 13 May 2008 05:11:33 +0000 (05:11 +0000)
includes/DatabaseMssql.php

index 3487136..4165df1 100755 (executable)
@@ -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;