cyber5

Anonymous
caffeinated
How do I remove the comments in lib-custom to get the fourth e-mail option to work
Thanks for your patience.

Neil

hdn_hrt

Anonymous
I don't see what to say in my lib-custom, but generally, in a line like:
Text Formatted Code
// $_CONF['copyrightyear'] = '2003';
 


You only have to delete the bars.
Text Formatted Code
$_CONF['copyrightyear'] = '2003';
 


You can find too a /* with a */ at the end. To uncomment that line you'll have delete both.

Hope this helps.

cyber5

Anonymous
happy
thank you-that worked!