root 15 years ago
parent 24491b1c86
commit 98c87ed937

@ -47,6 +47,7 @@
`points`='$newpoints', `method`='Administrative Increase', `date`=NOW()";
mysql_query($query);
$drow['points'] += $newpoints;
fix_assurer_flag($drow['id'])
}
}
}

@ -81,5 +81,6 @@
sendmail($data['email'], "[CAcert.org] "._("Temporary points increase has expired."), $body, "support@cacert.org", "", "", "CAcert Website");
mysql_query($query);
fix_assurer_flag($row[to]);
}
?>

Loading…
Cancel
Save