From: skodak Date: Thu, 5 Jun 2008 14:09:59 +0000 (+0000) Subject: comment fix X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=eb2ce497bc2799390ae10f536000cc41cb240c58;p=moodle.git comment fix --- diff --git a/admin/xmldb/actions/test/test.class.php b/admin/xmldb/actions/test/test.class.php index 0d5bf440e7..dbc5b80af0 100644 --- a/admin/xmldb/actions/test/test.class.php +++ b/admin/xmldb/actions/test/test.class.php @@ -896,7 +896,7 @@ class test extends XMLDBAction { $tests['insert record '. $textlen . ' bytes (binary)'] = $test; } - /// 49th test. update_record with TEXT and BINARY contents + /// 49th test. $DB->update_record with TEXT and BINARY contents if ($test->status) { $test = new stdClass; $test->status = false;