summaryrefslogtreecommitdiff
path: root/modules/help
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-09-19 07:41:55 +0000
committerDries Buytaert <dries@buytaert.net>2003-09-19 07:41:55 +0000
commit2fbc7fcf27b34445b7d0714f22a6e3e7f52d2389 (patch)
tree2035e2cd3eaff49f7179cb7b05bf9fe31dcc634d /modules/help
parente4695fd5edd0d2da9f92845ea3868bb03e75f630 (diff)
downloadbrdo-2fbc7fcf27b34445b7d0714f22a6e3e7f52d2389.tar.gz
brdo-2fbc7fcf27b34445b7d0714f22a6e3e7f52d2389.tar.bz2
- Committed a partial administration page integration patch.
Diffstat (limited to 'modules/help')
-rw-r--r--modules/help/help.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/help/help.module b/modules/help/help.module
index 0f3e6fb32..157b37e0d 100644
--- a/modules/help/help.module
+++ b/modules/help/help.module
@@ -49,8 +49,8 @@ function help_admin() {
}
}
- print "<small>". implode(" &middot; ", $links) ."</small><hr />";
- print $output;
+ $output = "<small>". implode(" &middot; ", $links) ."</small><hr />". $output;
+ return $output;
}
?>