diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-04-14 17:18:37 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-04-14 17:18:37 +0000 |
| commit | 0d9032dfb30f43846b657f42578b893a76da34eb (patch) | |
| tree | 8f4dba1094de4bb08fcc977d6cbde073ab0b9aed /modules | |
| parent | 3a187db72e188ac5b82f53be8d21482de40104e2 (diff) | |
| download | articles-0d9032dfb30f43846b657f42578b893a76da34eb.tar.gz articles-0d9032dfb30f43846b657f42578b893a76da34eb.tar.bz2 articles-0d9032dfb30f43846b657f42578b893a76da34eb.zip | |
change article config setting names to <pkg>_setting
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/mod_articles.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/mod_articles.php b/modules/mod_articles.php index 00b672e..732b800 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.9 2006/03/01 20:16:02 spiderr Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_articles/modules/mod_articles.php,v 1.10 2006/04/14 17:18:37 squareing Exp $ * @package article * @subpackage modules */ @@ -33,7 +33,7 @@ if( !empty( $module_params['sort_mode'] ) && in_array( $module_params['sort_mode $getHash['status_id'] = $status_id; $getHash['sort_mode'] = $sort_mode; -$getHash['max_records'] = !empty( $module_rows ) ? $module_rows : $gBitSystem->getConfig( 'max_articles' ); +$getHash['max_records'] = !empty( $module_rows ) ? $module_rows : $gBitSystem->getConfig( 'articles_max_list' ); $getHash['topic'] = !empty( $module_params['topic'] ) ? $module_params['topic'] : NULL; $articles = $articles->getList( $getHash ); |
