From b3d0062f585b7bb0afae7699b8ba28de07edcf6e Mon Sep 17 00:00:00 2001 From: skodak Date: Mon, 25 Aug 2008 13:19:22 +0000 Subject: [PATCH] removing TODO: yes we want public raw insert methods, they are already used for log inserts ;-) --- lib/dml/adodb_moodle_database.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/dml/adodb_moodle_database.php b/lib/dml/adodb_moodle_database.php index c3e09c7d72..b0b5de0203 100644 --- a/lib/dml/adodb_moodle_database.php +++ b/lib/dml/adodb_moodle_database.php @@ -241,8 +241,6 @@ abstract class adodb_moodle_database extends moodle_database { * @return mixed success or new id */ public function insert_record_raw($table, $params, $returnid=true, $bulk=false) { - //TODO: do we want the *_raw() functions being public? I see the benefits but... won't that cause problems. To decide. - if (!is_array($params)) { $params = (array)$params; } -- 2.39.5