MDL-17491 fixed notice typo

This commit is contained in:
Petr Skoda 2010-09-14 21:13:33 +00:00
parent 2eff97b726
commit d87b5a5da0

View file

@ -168,7 +168,7 @@ class oci_native_moodle_database extends moodle_database {
unset($this->dboptions['dbsocket']); unset($this->dboptions['dbsocket']);
// NOTE: use of ', ", / and \ is very problematic, even native oracle tools seem to have // 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)) { if (empty($this->dbhost)) {
// old style full address (TNS) // old style full address (TNS)