mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Small documentation fix.
This commit is contained in:
parent
817fb4cb01
commit
6a8fd52898
1 changed files with 1 additions and 1 deletions
|
@ -1417,7 +1417,7 @@ function delete_records_select($table, $select='') {
|
|||
* @param string $table The database table to be checked against.
|
||||
* @param object $dataobject A data object with values for one or more fields in the record
|
||||
* @param bool $returnid Should the id of the newly created record entry be returned? If this option is not requested then true/false is returned.
|
||||
* @param string $primarykey The primary key of the table we are inserting into (almost always "id")
|
||||
* @param string $primarykey (obsolete) This is now forced to be 'id'.
|
||||
*/
|
||||
function insert_record($table, $dataobject, $returnid=true, $primarykey='id') {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue