
12-02-2007, 05:24 PM
|
|
|
Join Date: Nov 2005
Posts: 48
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Andrew Green
Yes, problem is here:
Line 127 / 128 are now:
Code:
$settings = $db->query_read($query);
$setting = $db->fetch_array($settings);
They should be:
Code:
$settings = $vbulletin->db->query_read($query);
$setting = $vbulletin->db->fetch_array($settings);
Will be fixed next time I update, or making that change will do it.
|
the solution
|