Quote:
Originally Posted by Lynne
It isn't:
it is literally:
PHP Code:
if ($thread['pollid'] != 0)
And, of course, don't put in the line numbers.
|
You are correct on the line numbers (whoops)
but my IF statement was correct, it is an always false statement so it skips that section of the code. I don't EVER want it to be true and have the poll icon overwrite the thread icon (which will happen when that IF clause returns true). This basically disables the poll icon completely and shows the thread icon if one was selected.