MDL-40808 remove unused DML strings
This commit is contained in:
committed by
Eloy Lafuente (stronk7)
parent
f68c3b0aac
commit
d11b8d0c63
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user