diff options
author | natrak <> | 2001-06-16 17:42:21 +0000 |
---|---|---|
committer | natrak <> | 2001-06-16 17:42:21 +0000 |
commit | dc4a5bfc557f8bab27bee6b38e11403c9e9554d2 (patch) | |
tree | 61ca3f24f8fa86b673b6692340693efd86543929 /modules/account.module | |
parent | d23ea5043c9cce3d55841134ce0ce2aa7a4b6d3b (diff) | |
download | brdo-dc4a5bfc557f8bab27bee6b38e11403c9e9554d2.tar.gz brdo-dc4a5bfc557f8bab27bee6b38e11403c9e9554d2.tar.bz2 |
- Fixed a bug while editing an account it would loose the account info along
the way.
Diffstat (limited to 'modules/account.module')
-rw-r--r-- | modules/account.module | 2 |
1 files changed, 1 insertions, 1 deletions
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; |