]> git.pld-linux.org Git - packages/eventum.git/blob - eventum-attach-activate-links.patch
- $irc_password support
[packages/eventum.git] / eventum-attach-activate-links.patch
1 - activateLinks on issue details page for attachment description
2
3 --- ./include/class.attachment.php~     2005-03-16 19:03:57.000000000 +0200
4 +++ ./include/class.attachment.php      2005-03-28 14:40:04.000000000 +0300
5 @@ -385,7 +385,7 @@
6              return "";
7          } else {
8              for ($i = 0; $i < count($res); $i++) {
9 -                $res[$i]["iat_description"] = Link_Filter::processText(Issue::getProjectID($issue_id), nl2br(htmlspecialchars($res[$i]["iat_description"])));
10 +                $res[$i]["iat_description"] = Link_Filter::processText(Issue::getProjectID($issue_id), nl2br(Misc::activateLinks(htmlspecialchars($res[$i]["iat_description"]))));
11                  $res[$i]["files"] = Attachment::getFileList($res[$i]["iat_id"]);
12                  $res[$i]["iat_created_date"] = Date_API::getFormattedDate($res[$i]["iat_created_date"]);
13                  
This page took 0.025996 seconds and 3 git commands to generate.