diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-08-30 22:25:50 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-08-30 22:25:50 +0000 |
| commit | c93faaa5452bf67140ef19d994e404e1c8965992 (patch) | |
| tree | 7a0248ca48e8ca6ae9e4dcc0b0f700e7707e5214 /modules | |
| parent | b9728923891cb93c1edbc3c99cfb05f1ef09c817 (diff) | |
| download | articles-c93faaa5452bf67140ef19d994e404e1c8965992.tar.gz articles-c93faaa5452bf67140ef19d994e404e1c8965992.tar.bz2 articles-c93faaa5452bf67140ef19d994e404e1c8965992.zip | |
remove debug
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/mod_articles.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/mod_articles.php b/modules/mod_articles.php index fc0ba0f..035bb84 100644 --- a/modules/mod_articles.php +++ b/modules/mod_articles.php @@ -1,5 +1,5 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_articles/modules/mod_articles.php,v 1.2 2005/08/30 22:24:00 squareing Exp $ +// $Header: /cvsroot/bitweaver/_bit_articles/modules/mod_articles.php,v 1.3 2005/08/30 22:25:50 squareing Exp $ include_once( ARTICLES_PKG_PATH . 'BitArticle.php' ); global $module_rows, $module_params, $module_title; @@ -11,7 +11,6 @@ if( !empty( $module_params['status'] ) && in_array( $module_params['status'], $s $status_id = ARTICLE_STATUS_APPROVED; } -vd($status_id); $getHash['status_id'] = $status_id; $getHash['max_records'] = !empty( $module_rows ) ? $module_rows : $gBitSystem->mPrefs['max_articles']; $getHash['sort_mode'] = !empty( $module_params['sort_mode'] ) ? $module_params['sort_mode'] : 'last_modified_desc'; |
