From 8d249c5f289f382e214297fda1bf6eec6b3961bd Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 4 Apr 2001 12:54:10 +0000 Subject: Last night's updates: - improved "track drop.org": it has now 2 boxes, one for "track comments" and one for "track nodes" - various small improvements to the book module based on the feedback we got. - fixed typo in moderation module - ... --- node.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node.php') diff --git a/node.php b/node.php index de284b163..291dce969 100644 --- a/node.php +++ b/node.php @@ -41,7 +41,7 @@ elseif ($number) { switch ($op) { case "history": $theme->header(); - $theme->box(t("History"), node_info($node) ."
". node_history($node) ."
"); + $theme->box(t("History"), node_control($node) ."
". node_history($node) ."
"); $theme->footer(); break; default: -- cgit v1.2.3