Michael Morris
12-29-2004, 10:00 PM
If you want to leave the report posts feature turned on but turn off the emailing feature for whatever reason put the following in PHPINCLUDE_START
if (THIS_SCRIPT=='report')
{
$vboptions['enableemail'] = 1;
}
if (THIS_SCRIPT=='report')
{
$vboptions['enableemail'] = 1;
}