
02-10-2011, 05:49 AM
|
 |
|
|
Join Date: Jun 2005
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Boofo
As I do not have 4.1.2 beta installed, I can't test anything. Once 4.1.2 final gets released, I will look into it further. If trim is giving that error, I would venture to say that the vb team screwed something up again on the update. In the meantime, you could try replacing this:
Code:
$activeusers = trim($activeusers, ', ');
with this:
Code:
$activeusers = substr($activeusers, 2);
to see if that fixes it for now.
|
it don't fix.
see http://tracker.vbulletin.com/browse/VBIV-10457
|