mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 07:56:06 +02:00
removing TODO: yes we want public raw insert methods, they are already used for log inserts ;-)
This commit is contained in:
parent
e16e38818e
commit
b3d0062f58
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user