mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 11:27:24 +08:00
add donate until
This commit is contained in:
+1
-1
@@ -161,8 +161,8 @@ if ($action == "edituser")
|
||||
$updateset[] = "donated = " . sqlesc($donated);
|
||||
$updateset[] = "donated_cny = " . sqlesc($donated_cny);
|
||||
}
|
||||
|
||||
$updateset[] = "donor = " . sqlesc($donor);
|
||||
$updateset[] = "donoruntil = " . sqlesc($_POST['donoruntil']);
|
||||
}
|
||||
|
||||
if ($chpassword != "" AND $passagain != "") {
|
||||
|
||||
Reference in New Issue
Block a user