From 95fdba753c67110c6461ebf659d90304bbb835a8 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 8 Jul 2012 03:38:10 -0700 Subject: remove bookmark content flag --- mod/content.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'mod/content.php') diff --git a/mod/content.php b/mod/content.php index 5f3e954f6..01856d88d 100644 --- a/mod/content.php +++ b/mod/content.php @@ -69,7 +69,6 @@ function content_content(&$a, $update = 0) { $cid = ((x($_GET,'cid')) ? intval($_GET['cid']) : 0); $star = ((x($_GET,'star')) ? intval($_GET['star']) : 0); - $bmark = ((x($_GET,'bmark')) ? intval($_GET['bmark']) : 0); $order = ((x($_GET,'order')) ? notags($_GET['order']) : 'comment'); $liked = ((x($_GET,'liked')) ? intval($_GET['liked']) : 0); $conv = ((x($_GET,'conv')) ? intval($_GET['conv']) : 0); @@ -102,7 +101,6 @@ function content_content(&$a, $update = 0) { $sql_options = (($star) ? " and starred = 1 " : ''); - $sql_options .= (($bmark) ? " and bookmark = 1 " : ''); $sql_nets = (($nets) ? sprintf(" and `contact`.`network` = '%s' ", dbesc($nets)) : ''); -- cgit v1.2.3