diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-02-04 19:04:34 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-02-04 19:04:34 +0000 |
| commit | fabf25a4fae53c8b3b94def6c9625ab7e6ac62a5 (patch) | |
| tree | c6015d8f7ba62d21045845b94bea2f86913655a5 /send_post.php | |
| parent | 46c07d19ab87ed2766a5534174c3e5a7dc96c216 (diff) | |
| download | blogs-fabf25a4fae53c8b3b94def6c9625ab7e6ac62a5.tar.gz blogs-fabf25a4fae53c8b3b94def6c9625ab7e6ac62a5.tar.bz2 blogs-fabf25a4fae53c8b3b94def6c9625ab7e6ac62a5.zip | |
remove more outdated code: $section and other old template assignments
Diffstat (limited to 'send_post.php')
| -rw-r--r-- | send_post.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/send_post.php b/send_post.php index feebab2..aea83e5 100644 --- a/send_post.php +++ b/send_post.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_blogs/send_post.php,v 1.8 2006/02/01 20:38:40 squareing Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_blogs/send_post.php,v 1.9 2006/02/04 19:04:34 squareing Exp $ * @package blogs * @subpackage functions @@ -70,8 +70,6 @@ if ($gBitSystem->isFeatureActive( 'feature_blogposts_comments' )) { include_once ( LIBERTY_PKG_PATH.'comments_inc.php' ); } -$section = 'blogs'; - if (!isset($_REQUEST['addresses'])) { $_REQUEST['addresses'] = ''; } @@ -80,7 +78,6 @@ $gBitSmarty->assign('addresses', $_REQUEST['addresses']); $gBitSmarty->assign('sent', 'n'); if (isset($_REQUEST['send'])) { - $emails = explode(',', $_REQUEST['addresses']); $foo = parse_url($_SERVER["REQUEST_URI"]); |
