]> git.mjollnir.org Git - moodle.git/commitdiff
nothing interesting, just a comment.
authorstronk7 <stronk7>
Tue, 30 Jan 2007 00:22:21 +0000 (00:22 +0000)
committerstronk7 <stronk7>
Tue, 30 Jan 2007 00:22:21 +0000 (00:22 +0000)
lib/dmllib.php

index 687d57edffcdde2a6859404563c920810a1ed79f..51b29f2409977ed6987be89dd03f6a393d4e1c75 100644 (file)
@@ -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 .....');