tag tests cont.
This commit is contained in:
parent
f30146b521
commit
cf2d8ef7a6
2 changed files with 15 additions and 5 deletions
|
@ -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'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue