View Single Post
  #10  
Old 08-12-2019, 20:30
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,074
Thanks: 1,814
Thanked 2,304 Times in 787 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by Proxson View Post
*bump

is this line causing the issue ? Sorry guys.
The error is in this line...
Is missing zero digit in value. Sorry!
Code:
StringChangeEx(Result, '{sendto}', ExpandConstant('{{#VER > 0x506000 ? "user" : ""}sendto}'), True);      {>5.60}
Change value to:
Code:
StringChangeEx(Result, '{sendto}', ExpandConstant('{{#VER > 0x5060000 ? "user" : ""}sendto}'), True);      {>5.60}
It will be fixed in the next version.
Reply With Quote
The Following 3 Users Say Thank You to Cesar82 For This Useful Post:
mausschieber (09-12-2019), Proxson (08-12-2019), sajmon83 (09-12-2019)