aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_posting.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2014-04-07 21:42:30 +0200
committerMarc Alexander <admin@m-a-styles.de>2014-04-07 21:42:30 +0200
commit91a1c3af901f51d79751b733e48e8bcddc81d263 (patch)
treeeb3ee4d1e89ea7779ddfde365e1da7758292feb8 /phpBB/includes/functions_posting.php
parent966a2b4892762f3a1f032089d0b01c97a1d1c2e1 (diff)
downloadforums-91a1c3af901f51d79751b733e48e8bcddc81d263.tar
forums-91a1c3af901f51d79751b733e48e8bcddc81d263.tar.gz
forums-91a1c3af901f51d79751b733e48e8bcddc81d263.tar.bz2
forums-91a1c3af901f51d79751b733e48e8bcddc81d263.tar.xz
forums-91a1c3af901f51d79751b733e48e8bcddc81d263.zip
[ticket/12372] Rename JS function dE() to phpbb.toggleDisplay()
PHPBB3-12372
Diffstat (limited to 'phpBB/includes/functions_posting.php')
-rw-r--r--phpBB/includes/functions_posting.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_posting.php b/phpBB/includes/functions_posting.php
index 6a0aedf8c6..063e28d323 100644
--- a/phpBB/includes/functions_posting.php
+++ b/phpBB/includes/functions_posting.php
@@ -1153,7 +1153,7 @@ function topic_review($topic_id, $forum_id, $mode = 'topic_review', $cur_post_id
'S_HAS_ATTACHMENTS' => (!empty($attachments[$row['post_id']])) ? true : false,
'S_FRIEND' => ($row['friend']) ? true : false,
'S_IGNORE_POST' => ($row['foe']) ? true : false,
- 'L_IGNORE_POST' => ($row['foe']) ? sprintf($user->lang['POST_BY_FOE'], get_username_string('full', $poster_id, $row['username'], $row['user_colour'], $row['post_username']), "<a href=\"{$u_show_post}\" onclick=\"dE('{$post_anchor}', 1); return false;\">", '</a>') : '',
+ 'L_IGNORE_POST' => ($row['foe']) ? sprintf($user->lang['POST_BY_FOE'], get_username_string('full', $poster_id, $row['username'], $row['user_colour'], $row['post_username']), "<a href=\"{$u_show_post}\" onclick=\"phpbb.toggleDisplay('{$post_anchor}', 1); return false;\">", '</a>') : '',
'POST_SUBJECT' => $post_subject,
'MINI_POST_IMG' => $user->img('icon_post_target', $user->lang['POST']),