From 53a53ce6db3cd1afb0b66bccbdf0bd6cd251db8c Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Thu, 13 Jun 2002 09:19:17 +0000 Subject: - fixing an error when no DA modules were loaded. - indentation issue in node module. --- modules/user.module | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/user.module') diff --git a/modules/user.module b/modules/user.module index 7a075c755..245a00a54 100644 --- a/modules/user.module +++ b/modules/user.module @@ -469,6 +469,7 @@ function user_set_authmaps($account, $authmaps) { } function user_auth_help_links() { + $links = array(); foreach (module_list() as $module) { if (module_hook($module, "auth_help")) { $links[] = lm(module_invoke($module, "info", "name"), array("mod" => "user", "op" => "help"), $module); -- cgit v1.2.3