]> git.mjollnir.org Git - moodle.git/commitdiff
oci driver regexp abilities default to moodle_database ones
authorstronk7 <stronk7>
Wed, 9 Sep 2009 16:04:49 +0000 (16:04 +0000)
committerstronk7 <stronk7>
Wed, 9 Sep 2009 16:04:49 +0000 (16:04 +0000)
lib/dml/oci_native_moodle_database.php

index 432f74852596b3711c32a911ed03e0721efbfaf6..fdf2aafc175168b22ed6f9384699955c4eccf637 100644 (file)
@@ -1201,14 +1201,6 @@ class oci_native_moodle_database extends moodle_database {
         return ' ';
     }
 
-    public function sql_regex_supported() {
-        return false;
-    }
-
-    public function sql_regex($positivematch=true) {
-        return null;
-    }
-
 /// session locking
     // http://download.oracle.com/docs/cd/B10501_01/appdev.920/a96612/d_lock2.htm#999576