MiF
Sat 27th Apr '02, 1:39pm
if ($permissions[canpostpoll]) {
eval("\$postpolloption = \"".gettemplate("newthread_postpoll")."\";");
} else {
$postpolloptions="";
}
Note in the else clause $postpolloptions should be singular ($postpolloption).
I am pretty sure I have the 2.2.5 version of the file.
eval("\$postpolloption = \"".gettemplate("newthread_postpoll")."\";");
} else {
$postpolloptions="";
}
Note in the else clause $postpolloptions should be singular ($postpolloption).
I am pretty sure I have the 2.2.5 version of the file.