diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-01-01 02:22:23 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-01-01 02:22:23 +0000 |
| commit | 030da451eb17e9881cda75e65fa54f8043c3d5e6 (patch) | |
| tree | 66d183e11aac696a1014845b2e798db7623040bb /phpBB/admin/admin_forumauth.php | |
| parent | 2a6a44ab3a012d768925cd3ee972dc7ef1991b39 (diff) | |
| download | forums-030da451eb17e9881cda75e65fa54f8043c3d5e6.tar forums-030da451eb17e9881cda75e65fa54f8043c3d5e6.tar.gz forums-030da451eb17e9881cda75e65fa54f8043c3d5e6.tar.bz2 forums-030da451eb17e9881cda75e65fa54f8043c3d5e6.tar.xz forums-030da451eb17e9881cda75e65fa54f8043c3d5e6.zip | |
Updated in line with bug #494292
git-svn-id: file:///svn/phpbb/trunk@1761 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/admin/admin_forumauth.php')
| -rw-r--r-- | phpBB/admin/admin_forumauth.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/admin/admin_forumauth.php b/phpBB/admin/admin_forumauth.php index 6dbf39128f..19c8eb12e4 100644 --- a/phpBB/admin/admin_forumauth.php +++ b/phpBB/admin/admin_forumauth.php @@ -162,7 +162,7 @@ if( isset($HTTP_POST_VARS['submit']) ) $template->assign_vars(array( "META" => '<meta http-equiv="refresh" content="3;url=' . append_sid("admin_forumauth.$phpEx?" . POST_FORUM_URL . "=$forum_id") . '">') ); - $message = $lang['Forum_auth_updated'] . "<br /><br />" . $lang['Click'] . " <a href=\"" . append_sid("admin_forumauth.$phpEx?" . POST_FORUM_URL . "=$forum_id") . "\">" . $lang['Here'] . "</a> " . $lang['return_forum_auth_admin']; + $message = $lang['Forum_auth_updated'] . "<br /><br />" . $lang['Click'] . " <a href=\"" . append_sid("admin_forumauth.$phpEx") . "\">" . $lang['Here'] . "</a> " . $lang['return_forum_auth_admin']; message_die(GENERAL_MESSAGE, $message); } |
