From: stronk7 Date: Tue, 30 Jan 2007 00:22:21 +0000 (+0000) Subject: nothing interesting, just a comment. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d3fca5cba81c4e2a269e4916e19ff6cd60dfc3b7;p=moodle.git nothing interesting, just a comment. --- diff --git a/lib/dmllib.php b/lib/dmllib.php index 687d57edff..51b29f2409 100644 --- a/lib/dmllib.php +++ b/lib/dmllib.php @@ -777,7 +777,7 @@ function rs_next_record(&$rs) { /** * This function is used to get the current record from the recordset. It - * doesn advance the recordset position. + * does advance the recordset position. * This is the prefered way to iterate over recordsets with code blocks like this: * * $rs = get_recordset('SELECT .....');