summaryrefslogtreecommitdiff
path: root/includes/node.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2001-12-06 17:33:05 +0000
committerDries Buytaert <dries@buytaert.net>2001-12-06 17:33:05 +0000
commit20b4b7166f851221eef4c845d396af2efd581822 (patch)
treed922952bac8cdacae68139b8ffa9008fe19b3174 /includes/node.inc
parent2b01b838c802226ad8f097aa5b7f4512de73d8e7 (diff)
downloadbrdo-20b4b7166f851221eef4c845d396af2efd581822.tar.gz
brdo-20b4b7166f851221eef4c845d396af2efd581822.tar.bz2
- 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.
Diffstat (limited to 'includes/node.inc')
-rw-r--r--includes/node.inc1
1 files changed, 0 insertions, 1 deletions
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) {