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.
|
What file is this in? My lottery is not working...
I saw some instances of that in casino.php - is this the file I need to edit? Is there more than one instance of that code in the file?