diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-04-03 16:23:46 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-04-03 16:23:46 +0000 |
| commit | 9a85c0a983d63d8f25e81e87734a14820d8c007a (patch) | |
| tree | a28c56c077fa4ba3bcdc7b3fcc54f3a09b4c0998 /modules | |
| parent | 633f60a381e191687844c19cdea343454a72be2a (diff) | |
| download | articles-9a85c0a983d63d8f25e81e87734a14820d8c007a.tar.gz articles-9a85c0a983d63d8f25e81e87734a14820d8c007a.tar.bz2 articles-9a85c0a983d63d8f25e81e87734a14820d8c007a.zip | |
module update
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/mod_articles.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/modules/mod_articles.php b/modules/mod_articles.php index 1c2184a..4ff2157 100644 --- a/modules/mod_articles.php +++ b/modules/mod_articles.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_articles/modules/mod_articles.php,v 1.11 2006/09/22 08:44:46 squareing Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_articles/modules/mod_articles.php,v 1.12 2007/04/03 16:23:46 squareing Exp $ * @package article * @subpackage modules */ @@ -8,8 +8,9 @@ /** * Initialization */ -include_once( ARTICLES_PKG_PATH . 'BitArticle.php' ); -global $module_rows, $module_params, $module_title; +include_once( ARTICLES_PKG_PATH.'BitArticle.php' ); + +extract( $moduleParams ); $articles = new BitArticle(); $stati = array( 'pending', 'approved' ); |
