users
[ class tree: users ] [ index: users ] [ all elements ]

Source for file mod_online_users.php

Documentation is available at mod_online_users.php

  1. <?php
  2. /**
  3.  * $Header$
  4.  *
  5.  * Copyright (c) 2004 bitweaver.org
  6.  * Copyright (c) 2003 tikwiki.org
  7.  * Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
  8.  * All Rights Reserved. See below for details and a complete list of authors.
  9.  * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details
  10.  *
  11.  * $Id$
  12.  * @package users
  13.  * @subpackage modules
  14.  */
  15.  global $gBitUser$module_params;
  16. $listHash['online' true
  17. $listHash['last_get'!empty$module_params['time_buffer'$module_params['time_buffer'900;
  18. $online_users $gBitUser->getUserActivity$listHash );
  19. $_template->tpl_vars['online_users'new Smarty_variable$online_users);
  20. $_template->tpl_vars['logged_users'new Smarty_variablecount$online_users ) );
  21. ?>

Documentation generated on Wed, 29 Jul 2015 13:57:11 +0000 by phpDocumentor 1.5.0-lsces