nothing interesting, just a comment.

This commit is contained in:
stronk7
2007-01-30 00:22:21 +00:00
parent 7cd5208507
commit d3fca5cba8
+1 -1
View 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 .....');