diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-08-27 20:26:28 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-08-27 20:26:28 +0000 |
| commit | 581b321ab95bd5e2ce6f037d5de8549c01b43f67 (patch) | |
| tree | 2366bfdd35ba6f584c778897e6e93502c23977ba /index.php | |
| parent | e80122583b0b90c429c48143c5dc6af39d8a169e (diff) | |
| download | articles-581b321ab95bd5e2ce6f037d5de8549c01b43f67.tar.gz articles-581b321ab95bd5e2ce6f037d5de8549c01b43f67.tar.bz2 articles-581b321ab95bd5e2ce6f037d5de8549c01b43f67.zip | |
refine submissions, add confirmation note after submission.
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_articles/index.php,v 1.4 2005/08/26 10:15:15 squareing Exp $ +// $Header: /cvsroot/bitweaver/_bit_articles/index.php,v 1.5 2005/08/27 20:26:28 squareing Exp $ // Copyright( c )2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al. // 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. @@ -21,6 +21,7 @@ require_once( ARTICLES_PKG_PATH.'lookup_article_inc.php' ); // only display approved articles $_REQUEST['status_id'] = ARTICLE_STATUS_APPROVED; +$_REQUEST['max_records'] = $gBitSystem->mPrefs['max_articles']; $articles = $gContent->getList( $_REQUEST ); foreach( $articles['data'] as $key => $article ) { |
