From: Platonides Date: Thu, 16 Feb 2012 21:32:53 +0000 (+0000) Subject: Fix r111590 typo. X-Git-Tag: 1.31.0-rc.0~24662 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=ac552e1990939209741238e3423807e20ad4dfc5;p=lhc%2Fweb%2Fwiklou.git Fix r111590 typo. --- diff --git a/maintenance/tables.sql b/maintenance/tables.sql index 41caf7f1f1..de4de08d8c 100644 --- a/maintenance/tables.sql +++ b/maintenance/tables.sql @@ -159,7 +159,7 @@ CREATE UNIQUE INDEX /*i*/ug_user_group ON /*_*/user_groups (ug_user,ug_group); CREATE INDEX /*i*/ug_group ON /*_*/user_groups (ug_group); -- Stores the groups the user has once belonged to. --- The user may still belong these groups (check user_groups). +-- The user may still belong to these groups (check user_groups). -- Users are not autopromoted to groups from which they were removed. CREATE TABLE /*_*/user_former_groups ( -- Key to user_id