mirror of
				https://github.com/Mibew/java.git
				synced 2025-10-31 18:41:09 +03:00 
			
		
		
		
	Fix bug in output of visitor's list
This commit is contained in:
		
							parent
							
								
									0b32b6a0d6
								
							
						
					
					
						commit
						3864f97270
					
				| @ -235,7 +235,7 @@ function print_visitors() | ||||
| 	$output = array(); | ||||
| 
 | ||||
| 	$query = "SELECT visitorid, userid, username, unix_timestamp(firsttime), unix_timestamp(lasttime), " . | ||||
| 			 "entry, path, details, invited, unix_timestamp(invitationtime), invitedby, invitations, chats " . | ||||
| 			 "entry, details, invited, unix_timestamp(invitationtime), invitedby, invitations, chats " . | ||||
| 			 "FROM ${mysqlprefix}chatsitevisitor " . | ||||
| 			 "WHERE threadid IS NULL " . | ||||
| 			 "ORDER BY invited, lasttime DESC, invitations"; | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user