Skip to content

Commit

Permalink
removing unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
SignpostMarv committed Mar 30, 2012
1 parent a516411 commit 7ccb1cc
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions www/sites/main/onlineusers.php
Expand Up @@ -77,14 +77,3 @@ function OpenAgent(firstname, lastname){
</table>
</div>
</div>
<?
$DbLink->query(
'SELECT
COUNT(*)
FROM
' . C_USERINFO_TBL . '
WHERE
IsOnline = 1 AND
LastLogin > (UNIX_TIMESTAMP(FROM_UNIXTIME(UNIX_TIMESTAMP(now()) - 86400)))');
list($NOWONLINE) = $DbLink->next_record();
?>

0 comments on commit 7ccb1cc

Please sign in to comment.