From 2714fae603e66ded154b983c8d04e6dca19eb55f Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 27 Dec 2000 12:44:27 +0000 Subject: - small bugfixes and standarized "export" routines for modules to use. --- modules/documentation.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/documentation.module') 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() { If a module requires a spot in the administrator section it should implement module_admin. The engine will automatically add a link to the administration menus and will call module_admin 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 admin functions. - - + export + ... All you have to do is examine the string and figure out where you're at. -- cgit v1.2.3