summaryrefslogtreecommitdiff
path: root/modules/wishlist.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2000-12-30 11:58:14 +0000
committerDries Buytaert <dries@buytaert.net>2000-12-30 11:58:14 +0000
commit44c48004346e5956cefbd5ebd558a4406cc61253 (patch)
tree174d686bc2fd83da9930f6bf20de9864ef34e71c /modules/wishlist.module
parent83f6495c9aa810a884b7ca2c44d19f3f32b6092a (diff)
downloadbrdo-44c48004346e5956cefbd5ebd558a4406cc61253.tar.gz
brdo-44c48004346e5956cefbd5ebd558a4406cc61253.tar.bz2
- here a bunch of changes to make "drupal" (for now) work with PHP 4.0.4
- tidied up some of the code and mainly working on the documentation
Diffstat (limited to 'modules/wishlist.module')
-rw-r--r--modules/wishlist.module7
1 files changed, 6 insertions, 1 deletions
diff --git a/modules/wishlist.module b/modules/wishlist.module
index 18e4f7f80..5438c282a 100644
--- a/modules/wishlist.module
+++ b/modules/wishlist.module
@@ -1,6 +1,7 @@
<?
-$module = array("page" => "wishlist_page");
+$module = array("page" => "wishlist_page",
+ "help" => "wishlist_help");
function wishlist_page() {
?>
@@ -73,4 +74,8 @@ function wishlist_page() {
<?
}
+function wishlist_help() {
+ print "Check the <A HREF=\"module.php?mod=wishlist\">feature wishlist</A>.";
+}
+
?> \ No newline at end of file