mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-17491 fixed notice typo
This commit is contained in:
parent
2eff97b726
commit
d87b5a5da0
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ class oci_native_moodle_database extends moodle_database {
|
|||
unset($this->dboptions['dbsocket']);
|
||||
|
||||
// NOTE: use of ', ", / and \ is very problematic, even native oracle tools seem to have
|
||||
// problems with these, so just forget them and od not report problems into tracker...
|
||||
// problems with these, so just forget them and do not report problems into tracker...
|
||||
|
||||
if (empty($this->dbhost)) {
|
||||
// old style full address (TNS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue