Same fix as audit #5 applied to get_bookmarks (lines 490-499) but missed here. Without ESCAPE, searching 'cat_ear' also matches 'catxear' because _ is a SQL LIKE wildcard that matches any single character.
Same fix as audit #5 applied to get_bookmarks (lines 490-499) but missed here. Without ESCAPE, searching 'cat_ear' also matches 'catxear' because _ is a SQL LIKE wildcard that matches any single character.