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.