Followup to r53358 - Tweak the function name to be a little clearer as to what it...
authorAlex Z <mrzman@users.mediawiki.org>
Thu, 16 Jul 2009 16:49:09 +0000 (16:49 +0000)
committerAlex Z <mrzman@users.mediawiki.org>
Thu, 16 Jul 2009 16:49:09 +0000 (16:49 +0000)
commitbc1b8182e99af0745d5d3aba1827161fda6396a7
treeaf7c397c5aa3be8e663640d689883c330335dc12
parent0d976360aa8236e0eb71bbeff9a0f2c5cd98799c
Followup to r53358 - Tweak the function name to be a little clearer as to what it does
Also make it abstract in DatabaseBase so all subclasses have to implement some human readable name
(also make getSoftwareLink abstract for the same reason) Every current Database class already implements both.
includes/db/Database.php
includes/db/DatabaseIbm_db2.php
includes/db/DatabaseMssql.php
includes/db/DatabaseMysql.php
includes/db/DatabaseOracle.php
includes/db/DatabasePostgres.php
includes/db/DatabaseSqlite.php