CodeChecker icon indicating copy to clipboard operation
CodeChecker copied to clipboard

Compare / CompareNoCase

Open michaeldiederich opened this issue 5 years ago • 0 comments

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.

michaeldiederich avatar Sep 28 '20 09:09 michaeldiederich