diff options
Diffstat (limited to 'includes/node.inc')
-rw-r--r-- | includes/node.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/node.inc b/includes/node.inc index 853e3d8d2..37e46f0b5 100644 --- a/includes/node.inc +++ b/includes/node.inc @@ -182,7 +182,6 @@ function node_control($node) { else $choices = array("node.php?id=$node->nid" => t("view node"), "node.php?op=history&id=$node->nid" => t("view history")); - $output .= $REQUEST_URI; $output .= "<FORM METHOD=\"get\" ACTION=\"\">\n"; foreach ($choices as $key => $value) $options .= "<OPTION VALUE=\"$key\"". (strstr($REQUEST_URI,"/$key") ? " SELECTED" : "") .">". check_select($value) ."</OPTION>\n"; $output .= " <SELECT NAME=\"op\" ONCHANGE=\"visit(this.options[this.selectedIndex].value)\">$options</SELECT>\n"; |