Quote:
Originally Posted by Pandemikk
Just in init_startup.
Note of caution, be sure your phrasegroup is correct- or else you'll get a database error even within the ACP.
|
good catch... I think I will us this just to make sure a db error in admincp can never happen...
Code:
if (defined('THIS_SCRIPT'))
{
global $phrasegroups;
$phrasegroups[] = 'bop5';
}
Since THIS_SCRIPT isn't defined in admin cp. :up: