|
Try changing line 397 to "gt 1" instead of "gt
0"
Regards,
Howie
----- Original Message -----
Sent: Tuesday, December 16, 2003 4:07
PM
Subject: [iMS] Coolfusion error
I have the latest version of everything.. 2.6a ..
I get
this with Coolfusion, it displays the first 8 emails, but one email is making
it hang.. Tried to find out which one but its to many..
Thanks
curred While Processing Request
Parameter 2 of function Left which is now 0 must be a positive integer
The error occurred in
C:\www\weblogixsite\fusionmail\maillist.cfm: line 398 Called from
C:\www\weblogixsite\fusionmail\maillist.cfm: line 391 Called from
C:\www\weblogixsite\fusionmail\maillist.cfm: line 389 Called from
C:\www\weblogixsite\fusionmail\maillist.cfm: line 1
396 : </cfif>
397 : <cfif
find(">",emailaddr) gt 0>
398 :
<cfset
emailaddr=left(emailaddr,find(">",emailaddr)-1)>
399 : </cfif>
400 : <cfif
find("<",emailfrom) is 1>
|