summaryrefslogtreecommitdiff
path: root/send_post.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-02-04 19:04:34 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-02-04 19:04:34 +0000
commitfabf25a4fae53c8b3b94def6c9625ab7e6ac62a5 (patch)
treec6015d8f7ba62d21045845b94bea2f86913655a5 /send_post.php
parent46c07d19ab87ed2766a5534174c3e5a7dc96c216 (diff)
downloadblogs-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.php5
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"]);