PDA

View Full Version : If you want to turn Email off but leave Report Posts on


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;
}