]> git.mjollnir.org Git - moodle.git/commit
Adding back the first column in the recordset, that is out after GetAssoc(),
authorstronk7 <stronk7>
Sat, 26 Aug 2006 00:08:11 +0000 (00:08 +0000)
committerstronk7 <stronk7>
Sat, 26 Aug 2006 00:08:11 +0000 (00:08 +0000)
commit7e8f922047e5c8b8615b815dd7ac947b539bc3e5
treee64e481f04c020397e7c420b38716b9fb773260e
parentc87a341cb9bc97808d561c6f4025d1c7932b71d9
Adding back the first column in the recordset, that is out after GetAssoc(),
in order to:

- Don't get our first named column under some drivers.
- Be able to migrate to ADODB_FETCH_ASSOC soon.

For more info, http://docs.moodle.org/en/XMLDB_Problems,
in the  ADOdb fetch mode (ASSOC, NUM and BOTH) section.
lib/dmllib.php