mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Update dl_list.php
This commit is contained in:
parent
a42d3f01fc
commit
6b16ecaaf7
1 changed files with 1 additions and 0 deletions
|
@ -127,6 +127,7 @@ if ($topics_ary && ($mode == 'set_dl_status' || $mode == 'set_topics_dl_status')
|
|||
'user_id' => (int)$user->id,
|
||||
'topic_id' => (int)$topic_id,
|
||||
'user_status' => (int)$new_dl_status,
|
||||
'last_modified_dlstatus' => TIMENOW
|
||||
];
|
||||
}
|
||||
$new_dlstatus_sql = DB()->build_array('MULTI_INSERT', $new_dlstatus_ary);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue