From: <ndi...@us...> - 2002-09-03 23:02:46
|
Update of /cvsroot/modus/org/bacfug/modus In directory usw-pr-cvs1:/tmp/cvs-serv30783/bacfug/modus Modified Files: basecontentobject.cfc Log Message: whoops, getFields() returns a struct, not an array. Index: basecontentobject.cfc =================================================================== RCS file: /cvsroot/modus/org/bacfug/modus/basecontentobject.cfc,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** basecontentobject.cfc 3 Sep 2002 22:59:54 -0000 1.3 --- basecontentobject.cfc 3 Sep 2002 23:02:43 -0000 1.4 *************** *** 75,79 **** ---> <!--- get the fields ---> ! <cffunction name="getFields" access="public" output="no" returnType="array" hint="get the fields"> <cfreturn instance.fields/> </cffunction> --- 75,79 ---- ---> <!--- get the fields ---> ! <cffunction name="getFields" access="public" output="no" returnType="struct" hint="get the fields"> <cfreturn instance.fields/> </cffunction> |