aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/mcp.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-03-29 18:28:45 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-03-29 18:28:45 +0000
commitec884a2c5b3a9e786fdc5ef3988fab1b5cdb9e8c (patch)
tree704f813298e65534921692681edb48603af83d59 /phpBB/mcp.php
parent9e38434b4a2d487b1d490b5eac5d29750f37656a (diff)
downloadforums-ec884a2c5b3a9e786fdc5ef3988fab1b5cdb9e8c.tar
forums-ec884a2c5b3a9e786fdc5ef3988fab1b5cdb9e8c.tar.gz
forums-ec884a2c5b3a9e786fdc5ef3988fab1b5cdb9e8c.tar.bz2
forums-ec884a2c5b3a9e786fdc5ef3988fab1b5cdb9e8c.tar.xz
forums-ec884a2c5b3a9e786fdc5ef3988fab1b5cdb9e8c.zip
icon name change
git-svn-id: file:///svn/phpbb/trunk@3747 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/mcp.php')
-rw-r--r--phpBB/mcp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/mcp.php b/phpBB/mcp.php
index d80623bca0..9272f8107e 100644
--- a/phpBB/mcp.php
+++ b/phpBB/mcp.php
@@ -977,7 +977,7 @@ switch ($mode)
'SPLIT_SUBJECT' => $subject,
'POSTS_PER_PAGE' => $posts_per_page,
- 'UNAPPROVED_IMG' => $user->img('item_unapproved', 'POST_NOT_BEEN_APPROVED', FALSE, TRUE),
+ 'UNAPPROVED_IMG' => $user->img('icon_unapproved', 'POST_NOT_BEEN_APPROVED', FALSE, TRUE),
'S_FORM_ACTION' => "mcp.$phpEx$SID&amp;mode=$mode&amp;t=$topic_id&amp;start=$start",
'S_FORUM_SELECT' => '<select name="to_forum_id">' . make_forum_select($to_forum_id) . '</select>',