Changeset 272

Show
Ignore:
Timestamp:
6/8/2006 9:38:51 PM (3 years ago)
Author:
dhughes
Message:

Made reset method public again in iterator.cfc

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/reactor/iterator/iterator.cfc

    r270 r272  
    684684         
    685685        <!--- reset ---> 
    686         <cffunction name="reset" access="private" 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"> 
    687687                <cfset variables.query = 0 /> 
    688688                <cfset variables.array = ArrayNew(1) />