MINOR Remove useless comment about another database

This commit is contained in:
Sean Harvey 2012-06-12 14:41:18 +12:00
parent 43433fbe46
commit 9502c7d5a5

View File

@ -152,9 +152,6 @@ class SQLiteDatabaseConfigurationHelper implements DatabaseConfigurationHelper {
* Ensure that the database connection is able to use an existing database,
* or be able to create one if it doesn't exist.
*
* Unfortunately, PostgreSQLDatabase doesn't support automatically creating databases
* at the moment, so we can only check that the chosen database exists.
*
* @param array $databaseConfig Associative array of db configuration, e.g. "server", "username" etc
* @return array Result - e.g. array('success' => true, 'alreadyExists' => 'true')
*/