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

Source for file mod_since_last_visit.php

Documentation is available at mod_since_last_visit.php

  1. <?php
  2. /**
  3.  * $Header: /cvsroot/bitweaver/_bit_users/modules/mod_since_last_visit.php,v 1.4 2005/08/01 18:42:03 squareing 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_since_last_visit.php,v 1.4 2005/08/01 18:42:03 squareing Exp $
  12.  * @package users
  13.  * @subpackage modules
  14.  */
  15. if$gBitSystem->isPackageActive'bitforums' ) ) {
  16.     $nvi_info $gBitSystem->get_news_from_last_visit($user);
  17.     $gBitSmarty->assign('nvi_info'$nvi_info);
  18. }
  19.  
  20. ?>

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