summaryrefslogtreecommitdiff
path: root/lookup_post_inc.php
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2007-05-16 16:47:07 +0000
committerwjames5 <will@tekimaki.com>2007-05-16 16:47:07 +0000
commit3162b9059edf6e2fbab2d7d473b09957c79dcd54 (patch)
tree95f008424fdfbdb5b9c4a8ebaaa7c79d45fcbf12 /lookup_post_inc.php
parent68da6a9fc1f5618c248d4689ab2d03afdbccd30a (diff)
downloadblogs-3162b9059edf6e2fbab2d7d473b09957c79dcd54.tar.gz
blogs-3162b9059edf6e2fbab2d7d473b09957c79dcd54.tar.bz2
blogs-3162b9059edf6e2fbab2d7d473b09957c79dcd54.zip
remove all commented out depricated category crap and depricated blogid stuff that is no longer necessary
Diffstat (limited to 'lookup_post_inc.php')
-rw-r--r--lookup_post_inc.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/lookup_post_inc.php b/lookup_post_inc.php
index 0f14e68..5ddd3d1 100644
--- a/lookup_post_inc.php
+++ b/lookup_post_inc.php
@@ -26,20 +26,6 @@
-/* OLD WAY OF WRITING THE ABOVE - DELETE - wjames5
-if( empty( $gContent ) || !is_object( $gContent ) || !$gContent->isValid() ) {
- $postId = !empty( $_REQUEST['post_id'] ) ? $_REQUEST['post_id'] : NULL;
- $conId = !empty( $_REQUEST['content_id'] ) ? $_REQUEST['content_id'] : NULL;
- $gContent = new BitBlogPost( $postId, $conId );
- $gContent->load();
- $comments_return_url = $_SERVER['PHP_SELF']."?post_id=$postId";
- $gBitSmarty->assign_by_ref( 'gContent', $gContent );
-}
-*/
-
-
-
-
// MOVE THIS TO display_bitblogpost_inc.php -wjames5
/*
global $gContent_previous;