PDA

View Full Version : if (!in_coventry) WHAT??


doob
03-06-2014, 12:38 PM
I'm sure in_coventry pops up in other files, but I'm working with class_profileblock_blog.php.

Can anyone shortcut me an explanation of what in_coventry is? I did a Google search and it yielded nothing. Is this just the orig. programmer being cute? Or is coventry some programming secret term I've never heard of before?

if (!in_coventry($this->profile->userinfo['userid']) AND ($this->profile->userinfo['lastblog']))

tbworld
03-06-2014, 12:49 PM
This is the definition I use: "The state of being banished or ostracized". Anotherwords an ignore or banned list.

See "includes/functions_bigthree.php"

It was not a dumb question. Most people do not know what it means. :)

doob
03-06-2014, 01:15 PM
Thanks! Always learning whenever I drill into Vbulletin code!

tbworld
03-06-2014, 01:27 PM
Thanks! Always learning whenever I drill into Vbulletin code!

Me too, and your welcome! :)