HomeHelpTrac

Ticket #678 (new defect)

Opened 3 years ago

SiteStat.inc problem

Reported by: IgorL Owned by: somebody
Priority: major Milestone: Dolphin 6.1.7
Keywords: Cc:

Description

The online time for members doesn't affect the file inc/db_cached/SiteStat.inc which contains the following code

'onl'=>array('capt'=>'Online', 'query'=>'SELECT COUNT(`ID`) AS `count_onl` FROM `Profiles` WHERE `DateLastNav` > SUBDATE(NOW(), INTERVAL 5 MINUTE) AND (`Couple`=0 OR `Couple`>`ID`)', 'link'=>'search.php?online_only=1', 'icon'=>'mbs.gif'),

where INTERVAL 5 MINUTE should get updated from the GlParams? table

Note: See TracTickets for help on using tickets.