Checking case sensitivity for mysql tag tables (bug #1231920)
Compressing array of tags to unique case insensitive values if needed
Eg
array('Test','cat','test','TEST','Cat');
will become
array('Test','cat');
for mysql sites that have case insensitive tables
Change-Id: Idf0b8a4440ef0f9273d5be685cf7ad22fecc746a
Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
Showing
Please register or sign in to comment