Quote:
Originally posted by Xenon
@schorsch: hmm, seems i have made a small version incompatibility:
find
PHP Code:
eval("\$closereason = \"".gettemplate("showthread_closereason")."\";");
} else {
$closereason = "";
}
and replace it with
PHP Code:
eval("\$thread[closereason] = \"".gettemplate("showthread_closereason")."\";");
} else {
$thread[closereason] = "";
}
that should do the trick.
|
I can't find the above code ??!! where can I find it ?
thanks,
Schorsch