summaryrefslogtreecommitdiff
path: root/modules/documentation.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2000-12-27 12:44:27 +0000
committerDries Buytaert <dries@buytaert.net>2000-12-27 12:44:27 +0000
commit2714fae603e66ded154b983c8d04e6dca19eb55f (patch)
treeefd4dd6e03d99c88840d1916ae5e6d0b2c677e3e /modules/documentation.module
parent42fbefddff0029e741a5f4f2e3d49ef810ac79e4 (diff)
downloadbrdo-2714fae603e66ded154b983c8d04e6dca19eb55f.tar.gz
brdo-2714fae603e66ded154b983c8d04e6dca19eb55f.tar.bz2
- small bugfixes and standarized "export" routines for modules to use.
Diffstat (limited to 'modules/documentation.module')
-rw-r--r--modules/documentation.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/documentation.module b/modules/documentation.module
index 887a67104..ae2053496 100644
--- a/modules/documentation.module
+++ b/modules/documentation.module
@@ -99,8 +99,8 @@ function documentation_page() {
<TD VALIGN="top">If a module requires a spot in the administrator section it should implement <CODE>module_admin</CODE>. The engine will automatically add a link to the administration menus and will call <CODE>module_admin</CODE> when this link is followed. In order to make virtually any module maintainer's life easier, you don't have to worry about access rights or permissions for that matter. The engine will only allow priveleged users to call exported <CODE>admin</CODE> functions.</TD>
</TR>
<TR>
- <TD VALIGN="top"></TD>
- <TD VALIGN="top"></TD>
+ <TD VALIGN="top"><CODE>export</CODE></TD>
+ <TD VALIGN="top">... All you have to do is examine the string and figure out where you're at.</TD>
</TR>
<TR>
<TD VALIGN="top"></TD>