Quote:
Originally Posted by kall
If the New Thread button was changed for the full release forums, it would cut down on the number of threads that get started in these forums that are just questions.
|
PHP Code:
if (can_read($user))
{
echo "The user will make less mistakes with the new button.";
}
else
{
echo "OMG Whatever we do is useless.";
}
Now guess what the output of the above is.