From b2c178c42ea68809bf0684ef16ea88c0198585c3 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Mon, 6 Mar 2006 17:15:54 +0000 Subject: [PATCH] updated config functions --- lam/docs/devel/modules-specification.htm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lam/docs/devel/modules-specification.htm b/lam/docs/devel/modules-specification.htm index 68211345..265f8032 100644 --- a/lam/docs/devel/modules-specification.htm +++ b/lam/docs/devel/modules-specification.htm @@ -201,7 +201,8 @@ true);
function get_configOptions($scopes)
+ style="font-weight: bold;">function get_configOptions($scopes, +$allScopes)
@@ -211,7 +212,9 @@ Returns a list of configuration options.
$scopes is a list of account types (user, group, host) which are used.
-
+$allScopes is a list of all +active account modules and their scopes (module => array(scopes))
+
The return value is an array that contains meta HTML code.