]> git.mjollnir.org Git - moodle.git/commitdiff
removing TODO: yes we want public raw insert methods, they are already used for log...
authorskodak <skodak>
Mon, 25 Aug 2008 13:19:22 +0000 (13:19 +0000)
committerskodak <skodak>
Mon, 25 Aug 2008 13:19:22 +0000 (13:19 +0000)
lib/dml/adodb_moodle_database.php

index c3e09c7d7277d322677dcc111b17e253592f63ec..b0b5de0203906bf0d01a480369ff3c9ed5da1f28 100644 (file)
@@ -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;
         }