Allow tags in mail, many profile fields, and admin info

This commit is contained in:
Stefan Parviainen
2015-01-13 17:54:40 +01:00
parent adc9564b5c
commit 93735df2c7
8 changed files with 27 additions and 17 deletions

View File

@@ -2351,7 +2351,7 @@ function handle_tag($a, &$body, &$access_tag, &$str_tags, $profile_uid, $tag) {
return array('replaced' => $replaced, 'termtype' => $termtype, 'term' => $newname, 'url' => $url, 'contact' => $r[0]);
}
function linkify_tags($a, &$body, $uid, $profile_uid) {
function linkify_tags($a, &$body, $uid) {
$str_tags = '';
$tagged = array();
$result = array();