diff options
author | Dries Buytaert <dries@buytaert.net> | 2007-04-15 14:41:13 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2007-04-15 14:41:13 +0000 |
commit | 125dbb1ab29c95962abdd5e405cd103a0f617ff0 (patch) | |
tree | 6c916bc0ba56b592e98d8cab13d0f37a7f177c70 /modules/system/system.install | |
parent | 7c89dee568ce317a0ef9c7a0997f5bd81dc8e648 (diff) | |
download | brdo-125dbb1ab29c95962abdd5e405cd103a0f617ff0.tar.gz brdo-125dbb1ab29c95962abdd5e405cd103a0f617ff0.tar.bz2 |
- Patch #130331 by Zen: updated code comments.
Diffstat (limited to 'modules/system/system.install')
-rw-r--r-- | modules/system/system.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.install b/modules/system/system.install index d91f4ef02..07300db70 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -3536,7 +3536,7 @@ function system_update_1022() { $ret[] = update_sql("CREATE INDEX {users}_created_idx ON {users} (created)"); break; } - // Also appears as system_update_2004(). Ensure we don't update twice. + // Also appears as system_update_6004(). Ensure we don't update twice. variable_set('system_update_1022', TRUE); return $ret; } |