diff options
| author | laetzer <laetzer@users.sourceforge.net> | 2007-05-23 05:36:58 +0000 |
|---|---|---|
| committer | laetzer <laetzer@users.sourceforge.net> | 2007-05-23 05:36:58 +0000 |
| commit | bdeb1104acdd9f0c2352ac534f4b361aea287c50 (patch) | |
| tree | 4748bc8d69a59919d250784c37f145605d30fb12 /modules | |
| parent | 28296cfe2c7c5833aac9a4dc040f235828675c12 (diff) | |
| download | wiki-bdeb1104acdd9f0c2352ac534f4b361aea287c50.tar.gz wiki-bdeb1104acdd9f0c2352ac534f4b361aea287c50.tar.bz2 wiki-bdeb1104acdd9f0c2352ac534f4b361aea287c50.zip | |
restored docbook comments
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/mod_last_modif_pages.php | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/modules/mod_last_modif_pages.php b/modules/mod_last_modif_pages.php index 28b093b..55e7455 100644 --- a/modules/mod_last_modif_pages.php +++ b/modules/mod_last_modif_pages.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_wiki/modules/mod_last_modif_pages.php,v 1.6 2007/05/23 04:20:37 laetzer Exp $ + * $Header: /cvsroot/bitweaver/_bit_wiki/modules/mod_last_modif_pages.php,v 1.7 2007/05/23 05:36:58 laetzer Exp $ * * Copyright (c) 2004 bitweaver.org * Copyright (c) 2003 tikwiki.org @@ -8,13 +8,17 @@ * All Rights Reserved. See copyright.txt for details and a complete list of authors. * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details * - * $Id: mod_last_modif_pages.php,v 1.6 2007/05/23 04:20:37 laetzer Exp $ + * $Id: mod_last_modif_pages.php,v 1.7 2007/05/23 05:36:58 laetzer Exp $ * @package wiki * @subpackage modules */ global $gQueryUserId, $moduleParams, $wikilib; $params = $moduleParams['module_params']; +/** + * required setup + */ + if( $gBitUser->hasPermission( 'p_wiki_view_page' ) ) { require_once( WIKI_PKG_PATH.'BitPage.php' ); $listHash = array( |
