From 125dbb1ab29c95962abdd5e405cd103a0f617ff0 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 15 Apr 2007 14:41:13 +0000 Subject: [PATCH] - Patch #130331 by Zen: updated code comments. --- modules/system/system.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/system.install b/modules/system/system.install index d91f4ef02a3..07300db7061 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; }