]> git.mjollnir.org Git - moodle.git/commit
Now all the get_records() functions support only one field
authorstronk7 <stronk7>
Sat, 4 Nov 2006 17:01:34 +0000 (17:01 +0000)
committerstronk7 <stronk7>
Sat, 4 Nov 2006 17:01:34 +0000 (17:01 +0000)
commit6c279afaef444a64183f25bdd99f97ec4c3be0f2
tree12ca07963861f97e2d807abe735f9eedf590fe56
parentbb5b7329bb3aaaa6162825361d7b6588a7f28d87
Now all the get_records() functions support only one field
to be specified in the SELECT clause. Not needed anymore to
write double "SELECT id, id..." queries. Results returned
follow exactly the same structure than normal recordsets
(first field = key) MDL-5877

Merged from MOODLE_17_STABLE
lib/dmllib.php