]> git.mjollnir.org Git - moodle.git/commit
Fixed bug in get_records_sql(). This call:
authorvyshane <vyshane>
Fri, 15 Sep 2006 06:03:32 +0000 (06:03 +0000)
committervyshane <vyshane>
Fri, 15 Sep 2006 06:03:32 +0000 (06:03 +0000)
commit3d5fb99f00126be86737753f97064e9047121fc9
tree6b04b129d466d8275a86332b7a5b4a9361686996
parente521770c84659f0d77fab68d36773bf188150bf6
Fixed bug in get_records_sql(). This call:

$rs = get_recordset_sql($sql, $limitfrom='', $limitnum='');

should really be:

$rs = get_recordset_sql($sql, $limitfrom, $limitnum);
lib/dmllib.php