Also,

If I add these two lines to the top of my function to make my query 
variables thread safe I get the error below.  Any ideas?

<cfset var member_select = 0/>          
<cfset var member_last_update = 0/>

Error:

  Context validation error for tag cffunction.
The start tag must have a matching end tag. An explicit end tag can be 
provided by adding </cffunction>. If the body of the tag is empty you 
can use the shortcut <cffunction .../>.

The error occurred in 
D:\Inetpub\wwwroot_clinton\MediaPost\MediaPost\Members\members\model\member.cfc:
 
line 3
Called from 
D:\Inetpub\wwwroot_clinton\MediaPost\MediaPost\Members\members\parsed\manager.main.cfm:
 
line 8
Called from 
D:\Inetpub\wwwroot_clinton\MediaPost\MediaPost\fusebox41.runtime.cfmx.cfm: 
line 432
Called from 
D:\Inetpub\wwwroot_clinton\MediaPost\MediaPost\fusebox41.runtime.cfmx.cfm: 
line 425
Called from 
D:\Inetpub\wwwroot_clinton\MediaPost\MediaPost\fusebox41.runtime.cfmx.cfm: 
line 1
Called from 
D:\Inetpub\wwwroot_clinton\MediaPost\MediaPost\Members\members\index.cfm: 
line 5

1 : <cfcomponent displayname="Member Entity">
2 :
3 :     <cffunction name="init" access="public" output="false" 
returntype="struct">
4 :             <cfset var member_select = 0/>          
5 :             <cfset var member_last_update = 0/>



Mark Kecko
Technology Director
MediaPost Communications
[EMAIL PROTECTED]
212-204-2002

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Flash for programmers - Flash MX Pro
http://www.houseoffusion.com/banners/view.cfm?bannerid=56

Message: http://www.houseoffusion.com/lists.cfm/link=i:12:6736
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/12
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:12
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.12
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to