MDL-40808 remove unused DML strings

This commit is contained in:
Petr Škoda
2013-07-25 12:02:29 +02:00
committed by Eloy Lafuente (stronk7)
parent f68c3b0aac
commit d11b8d0c63
10 changed files with 10 additions and 185 deletions
-9
View File
@@ -102,15 +102,6 @@ class pgsql_native_moodle_database extends moodle_database {
return get_string('nativepgsqlhelp', 'install');
}
/**
* Returns localised database description
* Note: can be used before connect()
* @return string
*/
public function get_configuration_hints() {
return get_string('databasesettingssub_postgres7', 'install');
}
/**
* Connect to db
* Must be called before other methods.