diff options
| author | wjames5 <will@tekimaki.com> | 2007-03-02 04:38:08 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2007-03-02 04:38:08 +0000 |
| commit | 450ec94081b18889404b562184e06d2b9cf2d27b (patch) | |
| tree | 705f9c3c78bb6f00bd2c125cd2da8d4bfe3b046c /admin | |
| parent | c06786da14085acec3eb7deb75c12e448b4dc8cc (diff) | |
| download | blogs-450ec94081b18889404b562184e06d2b9cf2d27b.tar.gz blogs-450ec94081b18889404b562184e06d2b9cf2d27b.tar.bz2 blogs-450ec94081b18889404b562184e06d2b9cf2d27b.zip | |
adds admin option for split char count
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/admin_blogs_inc.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/admin/admin_blogs_inc.php b/admin/admin_blogs_inc.php index 0617d09..cf6aa40 100644 --- a/admin/admin_blogs_inc.php +++ b/admin/admin_blogs_inc.php @@ -1,5 +1,5 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_blogs/admin/admin_blogs_inc.php,v 1.12 2007/03/01 16:07:24 wjames5 Exp $ +// $Header: /cvsroot/bitweaver/_bit_blogs/admin/admin_blogs_inc.php,v 1.13 2007/03/02 04:38:08 wjames5 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. @@ -86,6 +86,7 @@ if( $processForm ) { $gBitSystem->storeConfig("blog_posts_comments", isset( $_REQUEST["blog_posts_comments"] ) ? 'y' : 'n', BLOGS_PKG_NAME ); $gBitSystem->storeConfig("blog_list_order", $_REQUEST["blog_list_order"], BLOGS_PKG_NAME ); $gBitSystem->storeConfig("blog_list_user_as", $_REQUEST["blog_list_user_as"], BLOGS_PKG_NAME ); + $gBitSystem->storeConfig("blog_posts_description_length", $_REQUEST["blog_posts_description_length"], BLOGS_PKG_NAME ); $gBitSmarty->assign('blog_list_order', $_REQUEST["blog_list_order"]); $gBitSmarty->assign('blog_list_user_as', $_REQUEST['blog_list_user_as']); |
