diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-11-23 15:18:18 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-11-23 15:18:18 +0000 |
| commit | b778f010b4152fc138f6a5a49cb7c10f76058109 (patch) | |
| tree | 395f23b83bc669a079c4adab57d88086da408909 /admin | |
| parent | c4f74cea5b897ef8b1f1112f66fcf71af59747de (diff) | |
| download | articles-b778f010b4152fc138f6a5a49cb7c10f76058109.tar.gz articles-b778f010b4152fc138f6a5a49cb7c10f76058109.tar.bz2 articles-b778f010b4152fc138f6a5a49cb7c10f76058109.zip | |
clean up and simplify reltime, make reltime optional, remove reltime equivalent function from BitDate and apply new reltime to a couple of places
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/admin_articles_inc.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/admin/admin_articles_inc.php b/admin/admin_articles_inc.php index 6ca43d1..6e5a991 100644 --- a/admin/admin_articles_inc.php +++ b/admin/admin_articles_inc.php @@ -1,5 +1,5 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_articles/admin/admin_articles_inc.php,v 1.18 2006/11/18 15:10:48 spiderr Exp $ +// $Header: /cvsroot/bitweaver/_bit_articles/admin/admin_articles_inc.php,v 1.19 2006/11/23 15:18:18 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. @@ -88,7 +88,6 @@ if( $processForm ) { foreach( $featureToggles as $item => $data ) { simple_set_toggle( $item, ARTICLES_PKG_NAME ); } - simple_set_value( "articles_date_threshold", ARTICLES_PKG_NAME ); simple_set_int( "articles_max_list", ARTICLES_PKG_NAME ); simple_set_int( "articles_description_length", ARTICLES_PKG_NAME ); simple_set_int( "article_topic_thumbnail_size", ARTICLES_PKG_NAME ); |
