From dc4a5bfc557f8bab27bee6b38e11403c9e9554d2 Mon Sep 17 00:00:00 2001 From: natrak <> Date: Sat, 16 Jun 2001 17:42:21 +0000 Subject: - Fixed a bug while editing an account it would loose the account info along the way. --- modules/account.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/account.module') diff --git a/modules/account.module b/modules/account.module index 6693e262f..3ef4632e3 100644 --- a/modules/account.module +++ b/modules/account.module @@ -206,7 +206,7 @@ function account_save($edit, &$name) { } function account_form($account = 0) { - global $access, $account; + global $access; function access($name) { global $access, $account; -- cgit v1.2.3