View Single Post
Old May 9th, 2008, 08:58 PM   #3 (permalink)
crkgb
Junior Member
Verified Customer
 
Join Date: Apr 2008
Location: Seattle
Posts: 21
I have found a fix for this:

In file: gallery/newreply.php

Find (around line 683):
Quote:
$vbulletin->db->query_write("UPDATE LOW_PRIORITY " . TABLE_PREFIX . "user SET pppcount = pppcount-1 WHERE userid = '" . $vbulletin->userinfo['userid'] . "'");
Replace with:
Quote:
$vbulletin->db->query_write("UPDATE LOW_PRIORITY " . TABLE_PREFIX . "ppgal_user SET pppcount = pppcount-1 WHERE userid = '" . $vbulletin->userinfo['userid'] . "'");
crkgb is offline   Reply With Quote