From 839cb3f4cb204b63365ff88a9f73a8513fd66c28 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Sat, 21 Apr 2001 22:49:14 +0000 Subject: - Oops: left in a debug-statement --- includes/node.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'includes') 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 .= "
\n"; foreach ($choices as $key => $value) $options .= "\n"; $output .= " \n"; -- cgit v1.2.3