diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-04-04 12:54:10 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-04-04 12:54:10 +0000 |
commit | 8d249c5f289f382e214297fda1bf6eec6b3961bd (patch) | |
tree | d6ab777a53b163a791aaff201349222d5495de29 /includes | |
parent | 97dd9e1cb4f4207470cb421f0f3a43bd2f4872b5 (diff) | |
download | brdo-8d249c5f289f382e214297fda1bf6eec6b3961bd.tar.gz brdo-8d249c5f289f382e214297fda1bf6eec6b3961bd.tar.bz2 |
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
- ...
Diffstat (limited to 'includes')
-rw-r--r-- | includes/node.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/node.inc b/includes/node.inc index d67eb470d..d894c6749 100644 --- a/includes/node.inc +++ b/includes/node.inc @@ -131,7 +131,7 @@ function node_form($node) { } } -function node_info($node) { +function node_control($node) { global $REQUEST_URI; ?> |