mirror of
https://github.com/Mibew/tray.git
synced 2025-01-22 18:10:34 +03:00
add user agent information
git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@294 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
parent
5931f448a0
commit
004fa98391
@ -33,7 +33,7 @@ function threads_by_userid($userid) {
|
||||
$link = connect();
|
||||
|
||||
$query = sprintf("select unix_timestamp(dtmcreated) as created, unix_timestamp(dtmmodified) as modified, ".
|
||||
" threadid, remote, agentName, userName ".
|
||||
" threadid, remote, agentName, userName, userAgent ".
|
||||
"from chatthread ".
|
||||
"where userid=\"$userid\" order by created DESC", $userid);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user