mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-18 15:50:50 +08:00
fix stdfoot update users
This commit is contained in:
@@ -2918,7 +2918,7 @@ function stdfoot() {
|
||||
echo "<div align=\"center\" style=\"margin-top: 10px\" id=\"\">".$footerad[0]."</div>";
|
||||
}
|
||||
print("<div style=\"margin-top: 10px; margin-bottom: 30px;\" align=\"center\">");
|
||||
if ($CURUSER){
|
||||
if ($CURUSER && count($USERUPDATESET)){
|
||||
sql_query("UPDATE users SET " . join(",", $USERUPDATESET) . " WHERE id = ".$CURUSER['id']);
|
||||
}
|
||||
// Variables for End Time
|
||||
|
||||
Reference in New Issue
Block a user