mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update lts-user_birthday.php
This commit is contained in:
parent
f01b8da98a
commit
fa1c754a92
@ -16,7 +16,7 @@ if ($confirm) {
|
|||||||
|
|
||||||
foreach (DB()->fetch_rowset($sql) as $row)
|
foreach (DB()->fetch_rowset($sql) as $row)
|
||||||
{
|
{
|
||||||
DB()->query("UPDATE ". BB_USERS ." SET user_birthday = '1900-01-01' WHERE user_id = ". $row['user_id'] ."");
|
DB()->query("UPDATE ". BB_USERS ." SET user_birthday = '1900-01-01' WHERE user_id = ". $row['user_id']);
|
||||||
}
|
}
|
||||||
|
|
||||||
bb_die('<h1 style="color: green">База данных обновлена</h1>');
|
bb_die('<h1 style="color: green">База данных обновлена</h1>');
|
||||||
|
Loading…
Reference in New Issue
Block a user