mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8795 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
761897cb1c
commit
91cf942af2
1 changed files with 3 additions and 3 deletions
|
@ -512,8 +512,8 @@ function get_pm_from($folder_id, $folder, $user_id)
|
||||||
'S_TOPIC_ICONS' => ($config['enable_pm_icons']) ? true : false,
|
'S_TOPIC_ICONS' => ($config['enable_pm_icons']) ? true : false,
|
||||||
|
|
||||||
'U_POST_NEW_TOPIC' => ($auth->acl_get('u_sendpm')) ? append_sid("{$phpbb_root_path}ucp.$phpEx", 'i=pm&mode=compose') : '',
|
'U_POST_NEW_TOPIC' => ($auth->acl_get('u_sendpm')) ? append_sid("{$phpbb_root_path}ucp.$phpEx", 'i=pm&mode=compose') : '',
|
||||||
'S_PM_ACTION' => append_sid("{$phpbb_root_path}ucp.$phpEx", "i=pm&mode=view&action=view_folder&f=$folder_id"))
|
'S_PM_ACTION' => append_sid("{$phpbb_root_path}ucp.$phpEx", "i=pm&mode=view&action=view_folder&f=$folder_id" . (($start !== 0) ? "&start=$start" : '')),
|
||||||
);
|
));
|
||||||
|
|
||||||
// Grab all pm data
|
// Grab all pm data
|
||||||
$rowset = $pm_list = array();
|
$rowset = $pm_list = array();
|
||||||
|
|
Loading…
Add table
Reference in a new issue