What does: users WHERE user_status IN (2,69) mean?
-
Hi there
I’m trying to change the user_status to only show subscribers, and not administrators in a frontend members list.
if i change the above to user_status IN (3,69) in the core.php (line 239) it does this.
But I’d like to what what i’m changing so that perhaps i can add something more meaningful than just picking 3 randomly …
Cheers
W
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘What does: users WHERE user_status IN (2,69) mean?’ is closed to new replies.