FatalBreeze
09-19-2007, 03:54 PM
when i write this plugin:
if($vbulletin->userinfo['userid'] == 1)
{
eval('$mapp_management = "' . fetch_template('mapp_management') . '";');
}
nothing works...
but when i write this plugin:
eval('$mapp_management = "' . fetch_template('mapp_management') . '";');
everything works...
And i'm userid number 1...
if($vbulletin->userinfo['userid'] == 1)
{
eval('$mapp_management = "' . fetch_template('mapp_management') . '";');
}
nothing works...
but when i write this plugin:
eval('$mapp_management = "' . fetch_template('mapp_management') . '";');
everything works...
And i'm userid number 1...