From 20b4b7166f851221eef4c845d396af2efd581822 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 6 Dec 2001 17:33:05 +0000 Subject: - book.module: + Added (1) support for "PHP pages" (dynamic pages), and (2) made it possible to link other node types into the book's tree/outline. It works just fine, yet the only (obvious) downside of (2) is that the navigation tree/links gets "interrupted" when you view non-book pages in the book. [SQL update required, see update.php] + Tidied up the book table. [SQL update required, see update.php] - various updates: + Fine-tuned the new node system. + Updated the inline/code documentation. + Improved teaser handling of all node types. + Made several small usability improvements to the node admin pages. --- includes/node.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'includes/node.inc') diff --git a/includes/node.inc b/includes/node.inc index 6af45c6d2..c23a3a6bd 100644 --- a/includes/node.inc +++ b/includes/node.inc @@ -118,7 +118,6 @@ function node_load($conditions) { } return $node; - } function node_save($node, $filter) { -- cgit v1.2.3