summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps/settings/func.inc
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-04-25 08:12:45 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-04-25 08:12:45 +0000
commit2cc9e5bc019be33794fa4e30401b485c537e8b98 (patch)
treed09e4ee5515211c674c2e4e0b8b964588dbb191e /roundcubemail/program/steps/settings/func.inc
parent53d2f09f2726b9d77a3b0c29eb9d7feeb1c093cb (diff)
- removed redundant code
git-svn-id: https://svn.roundcube.net/trunk@1334 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps/settings/func.inc')
-rw-r--r--roundcubemail/program/steps/settings/func.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/roundcubemail/program/steps/settings/func.inc b/roundcubemail/program/steps/settings/func.inc
index 502ca147e..bf889a5dc 100644
--- a/roundcubemail/program/steps/settings/func.inc
+++ b/roundcubemail/program/steps/settings/func.inc
@@ -262,9 +262,6 @@ function get_form_tags($attrib, $action, $add_hidden=array())
if ($add_hidden)
$hiddenfields->add($add_hidden);
- if ($_GET['_framed'] || $_POST['_framed'])
- $hiddenfields->add(array('name' => '_framed', 'value' => 1));
-
$form_start = !strlen($attrib['form']) ? '<form name="form" action="./" method="post">' : '';
$form_start .= "\n$SESS_HIDDEN_FIELD\n";
$form_start .= $hiddenfields->show();