summaryrefslogtreecommitdiff
path: root/include/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-06-20 10:19:29 +0400
committerAndrew Dolgov <[email protected]>2012-06-20 10:19:29 +0400
commite54dbacb7c0ff12b9bb1c800bfa2e5f54d27b33d (patch)
tree4ecdc0deca9bc1270e9c9569a0dc6895b9ccc828 /include/functions.php
parent917c12ee30e5db223114314def15be9a77c9be71 (diff)
automatically add active article title in create filter dialog
Diffstat (limited to 'include/functions.php')
-rw-r--r--include/functions.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/functions.php b/include/functions.php
index e914ac365..96b502d58 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -3350,6 +3350,9 @@
$rv['content'] .= "<div id=\"PTITLE-$id\" style=\"display : none\">" .
truncate_string(strip_tags($line['title']), 15) . "</div>";
+ $rv['content'] .= "<div id=\"PTITLE-FULL-$id\" style=\"display : none\">" .
+ strip_tags($line['title']) . "</div>";
+
$rv['content'] .= "<div class=\"postReply\" id=\"POST-$id\">";
$rv['content'] .= "<div onclick=\"return postClicked(event, $id)\"