aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-05-28 19:15:24 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-05-28 19:15:24 +0000
commit19a36ed364ffdc4da784a253baa8aa2a8ac6845a (patch)
treea355181dc26b47abb2c34228fe32a92fd40df28d /phpBB/includes/ucp
parentebf4f4ec8e787153e16cc6cec6fc5fefadc97107 (diff)
downloadforums-19a36ed364ffdc4da784a253baa8aa2a8ac6845a.tar
forums-19a36ed364ffdc4da784a253baa8aa2a8ac6845a.tar.gz
forums-19a36ed364ffdc4da784a253baa8aa2a8ac6845a.tar.bz2
forums-19a36ed364ffdc4da784a253baa8aa2a8ac6845a.tar.xz
forums-19a36ed364ffdc4da784a253baa8aa2a8ac6845a.zip
- adjusted coding guidelines
- fixed custom bbcode {TEXT} token - added unapproved item/info for unapproved posts in a topic git-svn-id: file:///svn/phpbb/trunk@5982 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/ucp')
-rw-r--r--phpBB/includes/ucp/ucp_pm_compose.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/includes/ucp/ucp_pm_compose.php b/phpBB/includes/ucp/ucp_pm_compose.php
index 9a33405725..715a41b8cf 100644
--- a/phpBB/includes/ucp/ucp_pm_compose.php
+++ b/phpBB/includes/ucp/ucp_pm_compose.php
@@ -800,7 +800,8 @@ function compose_pm($id, $mode, $action)
'S_HIDDEN_FIELDS' => $s_hidden_fields,
'S_CLOSE_PROGRESS_WINDOW' => isset($_POST['add_file']),
- 'U_PROGRESS_BAR' => "{$phpbb_root_path}posting.$phpEx$SID&f=0&mode=popup", // do NOT replace & with &amp; here
+ 'U_PROGRESS_BAR' => "{$phpbb_root_path}posting.$phpEx$SID&amp;f=0&amp;mode=popup",
+ 'UA_PROGRESS_BAR' => "{$phpbb_root_path}posting.$phpEx$SID&f=0&mode=popup",
)
);