From 828f36cdf1ebbf2580eb00fdfbf55701e4f86156 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 29 Apr 2001 10:03:21 +0000 Subject: - Addition: added a new, tiny forum module: I will use this forum module to develop and test the permission system along with the regular nodes. And hopefully, this forum module will grow into a very useable piece of code for drop.org. Requires a new SQL table "forum", see 2.00-to-x.xx.sql. - Removed 1 unused hook from page.module. - Removed 1 unused function from comment.inc. --- includes/node.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/node.inc') diff --git a/includes/node.inc b/includes/node.inc index 374732ae6..8f43f411d 100644 --- a/includes/node.inc +++ b/includes/node.inc @@ -177,7 +177,7 @@ function node_control($node) { id) + if ($user->id) $choices = array("node.php?id=$node->nid" => t("view node"), "submit.php?mod=$node->type" => t("add node"), "submit.php?mod=$node->type&op=update&id=$node->nid" => t("update node"), "node.php?op=history&id=$node->nid" => t("view history")); else $choices = array("node.php?id=$node->nid" => t("view node"), "node.php?op=history&id=$node->nid" => t("view history")); -- cgit v1.2.3