summaryrefslogtreecommitdiff
path: root/modules/page.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2001-04-29 10:03:21 +0000
committerDries Buytaert <dries@buytaert.net>2001-04-29 10:03:21 +0000
commit828f36cdf1ebbf2580eb00fdfbf55701e4f86156 (patch)
tree58ee8ca1b2c9c399ac474e419d2fc98e3cb1b160 /modules/page.module
parent95f92686e492f48cc230bb5f4a83568bce66e0b8 (diff)
downloadbrdo-828f36cdf1ebbf2580eb00fdfbf55701e4f86156.tar.gz
brdo-828f36cdf1ebbf2580eb00fdfbf55701e4f86156.tar.bz2
- 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.
Diffstat (limited to 'modules/page.module')
-rw-r--r--modules/page.module1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/page.module b/modules/page.module
index 9cf760933..0e188fe19 100644
--- a/modules/page.module
+++ b/modules/page.module
@@ -1,7 +1,6 @@
<?php
$module = array("type" => "page_type",
- "page" => "page_page",
"admin" => "page_admin");
$format = array(0 => HTML, 1 => PHP, 2 => text);