Quote:
Originally Posted by Eikinskjaldi
I'd already played with that, throwing
Code:
if(count($requiredposts > 0)) {
eval(standard_error(fetch_error('please_refine_search_query')));
}
just above that line. Unfortunately it doesn't seem to do much of anything. Let me know if it works for you.
|
I will try when I get home, but it should be:
PHP Code:
if(count($requiredposts) > 0) {
not
PHP Code:
if(count($requiredposts > 0)) {