This commit is contained in:
parent
412a998a9a
commit
d3dce07eb6
1 changed files with 1 additions and 0 deletions
|
@ -127,6 +127,7 @@
|
||||||
{
|
{
|
||||||
mysql_query("insert into `notary` set `from`='0', `to`='$memid', `points`='$points',
|
mysql_query("insert into `notary` set `from`='0', `to`='$memid', `points`='$points',
|
||||||
`method`='Thawte Points Transfer', `when`=NOW()");
|
`method`='Thawte Points Transfer', `when`=NOW()");
|
||||||
|
fix_assurer_flag($memid);
|
||||||
}
|
}
|
||||||
$totalpoints = intval($tmp['points']) + $points;
|
$totalpoints = intval($tmp['points']) + $points;
|
||||||
mysql_query("update `tverify` set `modified`=NOW() where `id`='$tverify'");
|
mysql_query("update `tverify` set `modified`=NOW() where `id`='$tverify'");
|
||||||
|
|
Loading…
Reference in a new issue