Hello,
The database tables definition for 5.2.x mentions the lcr_id parameter being of unsigned short type, while in the code I only see definitions of type int.
Is it safe to assume the parameter is of type int, so the database column can also be set to an integer type?
Regards,
Grant