diff options
author | friendica <info@friendica.com> | 2012-04-07 02:11:56 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-07 02:11:56 -0700 |
commit | cf2d8ef7a6ebbaefd0210396eeaa6686480a02ac (patch) | |
tree | 9b1f7ba17dcb24dd3e254956b22e31fa29a0ca15 /mod | |
parent | f30146b521bf079e2651484e0e63f9596d6a3dd6 (diff) | |
download | volse-hubzilla-cf2d8ef7a6ebbaefd0210396eeaa6686480a02ac.tar.gz volse-hubzilla-cf2d8ef7a6ebbaefd0210396eeaa6686480a02ac.tar.bz2 volse-hubzilla-cf2d8ef7a6ebbaefd0210396eeaa6686480a02ac.zip |
tag tests cont.
Diffstat (limited to 'mod')
-rw-r--r-- | mod/item.php | 1 |
1 files changed, 0 insertions, 1 deletions
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']; |