nothing interesting, just a comment.

This commit is contained in:
stronk7
2007-01-30 00:21:22 +00:00
parent 5fb8a656c1
commit f555bfac15
+1 -1
View File
@@ -753,7 +753,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 .....');