]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-14679 fixed incorrect eror reporting
authorskodak <skodak>
Wed, 4 Jun 2008 23:59:49 +0000 (23:59 +0000)
committerskodak <skodak>
Wed, 4 Jun 2008 23:59:49 +0000 (23:59 +0000)
lib/dml/adodb_moodle_database.php

index db48282ddfacd822ddccbb4aa4deaa38cd80d8b1..41bfad660f6f20e6c72c1a6e529c71220588c439 100644 (file)
@@ -331,7 +331,7 @@ abstract class adodb_moodle_database extends moodle_database {
             $result = true;
             $rs->Close();
         } else {
-            $this-report_error($sql, $params);
+            $this->report_error($sql, $params);
         }
         return $result;
     }