DrewM
01-08-2006, 07:36 PM
can some one tell ne whats wrong with this code:
if ($vbulletin->options['debug_mode'] == '1')
{
$config['Misc']['debug'] = true;
}
I'm trying to make it with a vb option I can turn off and on debug mode with.
if ($vbulletin->options['debug_mode'] == '1')
{
$config['Misc']['debug'] = true;
}
I'm trying to make it with a vb option I can turn off and on debug mode with.