diff options
| author | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2003-05-05 17:00:50 +0000 |
|---|---|---|
| committer | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2003-05-05 17:00:50 +0000 |
| commit | becf5f5199df27f82c7dac0954211d21f5a15ba7 (patch) | |
| tree | 1c3ac000224181c77bd962d0b410f06d0fcb5a6e /phpBB/mcp.php | |
| parent | 617c49bb8e1ca3dc9c04f7c9222d29447659486d (diff) | |
| download | forums-becf5f5199df27f82c7dac0954211d21f5a15ba7.tar forums-becf5f5199df27f82c7dac0954211d21f5a15ba7.tar.gz forums-becf5f5199df27f82c7dac0954211d21f5a15ba7.tar.bz2 forums-becf5f5199df27f82c7dac0954211d21f5a15ba7.tar.xz forums-becf5f5199df27f82c7dac0954211d21f5a15ba7.zip | |
The "Leave shadow" checkbox is back
git-svn-id: file:///svn/phpbb/trunk@3979 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/mcp.php')
| -rw-r--r-- | phpBB/mcp.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/mcp.php b/phpBB/mcp.php index 8d4d990754..22c9a5e90e 100644 --- a/phpBB/mcp.php +++ b/phpBB/mcp.php @@ -760,6 +760,7 @@ switch ($mode) 'S_MCP_ACTION' => "mcp.$phpEx$SID&mode=move&start=$start", 'S_HIDDEN_FIELDS' => $s_hidden_fields, 'S_FORUM_SELECT' => make_forum_select(), + 'S_LEAVE_SHADOW' => TRUE, 'L_MODE_TITLE' => $user->lang['MOVE'], 'L_MODE_EXPLAIN' => '' |
