mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 09:35:28 +00:00
fix initial magnet.timeUpdated
This commit is contained in:
parent
670d930573
commit
61bf4b9c86
3 changed files with 4 additions and 4 deletions
|
|
@ -542,8 +542,8 @@ class Database {
|
|||
|
||||
$query = $this->_db->prepare('INSERT INTO `magnet` SET `userId` = ?,
|
||||
`xt` = ?,
|
||||
`xl` = ?,
|
||||
`dn` = ?,
|
||||
`xl` = ?,
|
||||
`dn` = ?,
|
||||
`linkSource` = ?,
|
||||
`public` = ?,
|
||||
`comments` = ?,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue