I can not find this anywhere in my member.php
Code:
In file(s) ./member.php,
FIND
---------------------------------------
ON VBULLETIN 3.6.6 AND ABOVE:
---------------------------------------
SELECT pf.profilefieldid
---------------------------------------
ON VBULLETIN 3.6.5 AND BELOW:
---------------------------------------
SELECT profilefieldid
REPLACE WITH
---------------------------------------
ON VBULLETIN 3.6.6 AND ABOVE:
---------------------------------------
SELECT pf.profilefieldid, pf.searchable
---------------------------------------
ON VBULLETIN 3.6.5 AND BELOW:
---------------------------------------
SELECT profilefieldid, searchable