aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/index.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2004-05-26 18:55:28 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2004-05-26 18:55:28 +0000
commit00ad9cc4987665934bd7176026072d0c256fd2f3 (patch)
tree7c0b5eef39a7076a6ed7a92fa32e38fa3033c595 /phpBB/adm/index.php
parentcf8c2a7df105546402e2eb48750e76c3dd02a949 (diff)
downloadforums-00ad9cc4987665934bd7176026072d0c256fd2f3.tar
forums-00ad9cc4987665934bd7176026072d0c256fd2f3.tar.gz
forums-00ad9cc4987665934bd7176026072d0c256fd2f3.tar.bz2
forums-00ad9cc4987665934bd7176026072d0c256fd2f3.tar.xz
forums-00ad9cc4987665934bd7176026072d0c256fd2f3.zip
language additions
some small fixes git-svn-id: file:///svn/phpbb/trunk@4893 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/index.php')
-rw-r--r--phpBB/adm/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/index.php b/phpBB/adm/index.php
index 194d8bf979..c1a5004ac1 100644
--- a/phpBB/adm/index.php
+++ b/phpBB/adm/index.php
@@ -130,7 +130,7 @@ else if ($pane == 'left')
elseif ($pane == 'right')
{
$action = request_var('action', '');
- $mark = implode(', ', request_var('mark', 0));
+ $mark = (isset($_REQUEST['mark'])) ? implode(', ', request_var('mark', 0)) : '';
if ($mark)
{