The codechecker result is: `compare() is Case Sensitive - try compareNoCase() instead` for this code: `dateCompare(this.access_expires,now())` But there is no coldfusion/lucee function with dateCompareNoCase, so this should be ignored.
The codechecker result is:
compare() is Case Sensitive - try compareNoCase() insteadfor this code:
dateCompare(this.access_expires,now())But there is no coldfusion/lucee function with dateCompareNoCase, so this should be ignored.