From cf2d8ef7a6ebbaefd0210396eeaa6686480a02ac Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 7 Apr 2012 02:11:56 -0700 Subject: tag tests cont. --- mod/item.php | 1 - 1 file changed, 1 deletion(-) (limited to 'mod/item.php') diff --git a/mod/item.php b/mod/item.php index 6b0a7996c..72e63865b 100644 --- a/mod/item.php +++ b/mod/item.php @@ -959,7 +959,6 @@ function handle_tag($a, &$body, &$inform, &$str_tags, $profile_uid, $tag) { else $newname = $r[0]['name']; //add person's id to $inform - $inform_id = 'cid:' . $r[0]['id']; if(strlen($inform)) $inform .= ','; $inform .= 'cid:' . $r[0]['id']; -- cgit v1.2.3