diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-01-20 11:08:50 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-01-20 11:08:50 +0000 |
| commit | c3465553f57cb5beea657ec1af5cc01921a87da5 (patch) | |
| tree | 36844ef05205e4f3f74e46166335633e749f904a /comments_inc.php | |
| parent | a49cde791804010f66c64cf0d1e77f288963f4b0 (diff) | |
| download | liberty-c3465553f57cb5beea657ec1af5cc01921a87da5.tar.gz liberty-c3465553f57cb5beea657ec1af5cc01921a87da5.tar.bz2 liberty-c3465553f57cb5beea657ec1af5cc01921a87da5.zip | |
merge recent changes into HEAD
Diffstat (limited to 'comments_inc.php')
| -rw-r--r-- | comments_inc.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comments_inc.php b/comments_inc.php index 1336fd7..244d3c1 100644 --- a/comments_inc.php +++ b/comments_inc.php @@ -3,12 +3,12 @@ * comment_inc * * @author spider <spider@steelsun.com> - * @version $Revision: 1.7 $ + * @version $Revision: 1.8 $ * @package liberty * @subpackage functions */ -// $Header: /cvsroot/bitweaver/_bit_liberty/comments_inc.php,v 1.7 2005/12/26 12:25:03 squareing Exp $ +// $Header: /cvsroot/bitweaver/_bit_liberty/comments_inc.php,v 1.8 2006/01/20 11:08:50 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. @@ -78,7 +78,7 @@ if (!empty($_REQUEST['post_comment_submit']) && $gBitUser->hasPermission( 'bit_p } // $post_comment_request is a flag indicating whether or not to display the comment input form -if (empty($_REQUEST['post_comment_request'])) { +if( empty( $_REQUEST['post_comment_request'] ) && !$gBitSystem->isFeatureActive( 'comments_auto_show_form' ) ) { $post_comment_request = NULL; } elseif( $gBitUser->hasPermission( 'bit_p_post_comments' ) ) { $post_comment_request = TRUE; |
