Update share.class.php
This commit is contained in:
parent
53da013fab
commit
84e22ae4a9
@ -277,7 +277,7 @@ class Share {
|
|||||||
SUBSTRING_INDEX( `username` , '.', 1 ) AS account, id
|
SUBSTRING_INDEX( `username` , '.', 1 ) AS account, id
|
||||||
FROM $this->table
|
FROM $this->table
|
||||||
WHERE upstream_result = 'Y'
|
WHERE upstream_result = 'Y'
|
||||||
AND UNIX_TIMESTAMP(time) BETWEEN (?) AND (? + 20)
|
AND UNIX_TIMESTAMP(time) >= ?
|
||||||
AND id > ?
|
AND id > ?
|
||||||
AND UNIX_TIMESTAMP(time) >= ?
|
AND UNIX_TIMESTAMP(time) >= ?
|
||||||
AND UNIX_TIMESTAMP(time) <= ( ? + 60 )
|
AND UNIX_TIMESTAMP(time) <= ( ? + 60 )
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user