pgowder
01-01-2008, 07:26 PM
I had someone write a hack for me to hide the results of the polls.
I have this code:
$pollthreadid = '42392';
if ($threadinfo['threadid'] == $pollthreadid){
if ($pollinfo['active']) {
print_no_permission();
}
}
What would the syntax be to add more thread ids? I need to hide several more threads.
Thanks
I have this code:
$pollthreadid = '42392';
if ($threadinfo['threadid'] == $pollthreadid){
if ($pollinfo['active']) {
print_no_permission();
}
}
What would the syntax be to add more thread ids? I need to hide several more threads.
Thanks