zardos
11-20-2007, 04:16 AM
Hi, this is a plug-in i wrote and entered into the, registration-verified hook
I cant get this to work, and yes minvtes do exist in the user table.
Plz help.
$vbulletin->$db->query_write("UPDATE " . TABLE_PREFIX . "user SET minvites='minvites + 1' WHERE userid = " . $userinfo['referrerid'] . " LIMIT 1");
I cant get this to work, and yes minvtes do exist in the user table.
Plz help.
$vbulletin->$db->query_write("UPDATE " . TABLE_PREFIX . "user SET minvites='minvites + 1' WHERE userid = " . $userinfo['referrerid'] . " LIMIT 1");