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

Source for file mod_who_is_there.php

Documentation is available at mod_who_is_there.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. $listHash['online'TRUE;
  16. $_template->tpl_vars['online_users'new Smarty_variable$gBitUser->getUserActivity$listHash ) );
  17. $_template->tpl_vars['logged_users'new Smarty_variable$gBitUser->countSessionsTRUE ) );
  18. ?>

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