Changeset 272
- Timestamp:
- 6/8/2006 9:38:51 PM (3 years ago)
- Files:
-
- 1 modified
-
trunk/reactor/iterator/iterator.cfc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/reactor/iterator/iterator.cfc
r270 r272 684 684 685 685 <!--- reset ---> 686 <cffunction name="reset" access="p rivate" hint="I reset the array and query data that backs this iterator." output="false" returntype="void">686 <cffunction name="reset" access="public" hint="I reset the array and query data that backs this iterator." output="false" returntype="void"> 687 687 <cfset variables.query = 0 /> 688 688 <cfset variables.array = ArrayNew(1) />

