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: /cvsroot/bitweaver/_bit_users/modules/mod_who_is_there.php,v 1.5 2006/07/25 23:30:13 fmathias Exp $
  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 copyright.txt for details and a complete list of authors.
  9.  * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details
  10.  *
  11.  * $Id: mod_who_is_there.php,v 1.5 2006/07/25 23:30:13 fmathias Exp $
  12.  * @package users
  13.  * @subpackage modules
  14.  */
  15. $logged_users $gBitUser->count_sessions();
  16. $online_users $gBitUser->$gBitUser->getUserActivity();
  17. $gBitSmarty->assign('online_users'$online_users);
  18. $gBitSmarty->assign('logged_users'$logged_users);
  19. ?>

Documentation generated on Thu, 15 Feb 2007 20:45:49 +0000 by phpDocumentor 1.3.0