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

Source for file mod_comm_received_objects.php

Documentation is available at mod_comm_received_objects.php

  1. <?php
  2. /**
  3.  * $Header: /cvsroot/bitweaver/_bit_wiki/modules/mod_comm_received_objects.php,v 1.3 2005/08/01 18:42:06 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_comm_received_objects.php,v 1.3 2005/08/01 18:42:06 squareing Exp $
  12.  * @package wiki
  13.  * @subpackage modules
  14.  */
  15.  
  16. /**
  17.  * required setup
  18.  */
  19. require_onceWIKI_PKG_PATH.'BitPage.php' );
  20. global $wikilib;
  21. $ranking $wikilib->list_received_pages(0-1$sort_mode 'title_asc''');
  22. $gBitSmarty->assign('modReceivedPages'$ranking["cant"]);
  23. ?>

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