mirror of
https://github.com/Mibew/java.git
synced 2025-01-23 01:50:34 +03:00
Fix bug in users tracking
This commit is contained in:
parent
f720da79d0
commit
551be06d9e
@ -30,7 +30,7 @@ function track_visitor($visitorid, $entry, $referer)
|
|||||||
"update {chatsitevisitor} set lasttime = :now " .
|
"update {chatsitevisitor} set lasttime = :now " .
|
||||||
"where visitorid = :visitorid",
|
"where visitorid = :visitorid",
|
||||||
array(
|
array(
|
||||||
':vidsitorid' => $visitor['visitorid'],
|
':visitorid' => $visitor['visitorid'],
|
||||||
':now' => time()
|
':now' => time()
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user