1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00
#11259
#11291
#11335
#11457
#11473
#11475
#11511
#11523
#11527


git-svn-id: file:///svn/phpbb/trunk@7663 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M
2007-05-22 21:32:26 +00:00
parent 648399cff3
commit 3899e337e6
17 changed files with 56 additions and 30 deletions

View File

@@ -267,7 +267,9 @@ function _module_warn_url($mode, &$module_row)
{
if ($mode == 'front' || $mode == 'list')
{
return '';
global $forum_id;
return ($forum_id) ? "&f=$forum_id" : '';
}
if ($mode == 'warn_post')
@@ -307,6 +309,11 @@ function _module_queue_url($mode, &$module_row)
return extra_url();
}
function _module_reports_url($mode, &$module_row)
{
return extra_url();
}
function extra_url()
{
global $forum_id, $topic_id, $post_id, $user_id;