PDA

View Full Version : Where is this query?


MrLister
01-19-2008, 03:35 PM
In vBulletin 3.0.x, I can't find it anywhere

SELECT * FROM style
WHERE (styleid = 1)
OR styleid = 1
ORDER BY styleid ASC
LIMIT 1

Thanks!

Lynne
01-19-2008, 03:44 PM
Doing a search for "styleid" in my test forum pages showed it in global.php . Maybe that is the query you are looking for.