Skip to content

Commit

Permalink
MDL-17491 fixed notice typo
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Sep 14, 2010
1 parent 2eff97b commit d87b5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dml/oci_native_moodle_database.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ public function connect($dbhost, $dbuser, $dbpass, $dbname, $prefix, array $dbop
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)
Expand Down

0 comments on commit d87b5a5

Please sign in to comment.