
06-04-2008, 02:56 PM
|
|
|
Join Date: Apr 2007
Posts: 4,103
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Try this...
- AdminCP > Plugins & Products > Plugin Manager
- From the list look for:
Quote:
Lucky admin_options_processing [Edit] [Delete]
|
- Click [Edit].
- Change the PHP Code (the bit in the big box) to:
PHP Code:
if (is_array($settings['lucky_group']))
{
$settings['lucky_group'] = implode(',', $settings['lucky_group']);
}
It should work, I hope.
|