aboutsummaryrefslogtreecommitdiffstats
path: root/install/db/61-database.php
diff options
context:
space:
mode:
Diffstat (limited to 'install/db/61-database.php')
-rw-r--r--install/db/61-database.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/db/61-database.php b/install/db/61-database.php
index 84a6dc886..491843d05 100644
--- a/install/db/61-database.php
+++ b/install/db/61-database.php
@@ -37,7 +37,7 @@ include_once(PHPWG_ROOT_PATH.'include/constants.php');
$query = "
alter table ".GROUPS_TABLE."
- add UNIQUE KEY `groups_ui1` (`name`)
+ add UNIQUE KEY `groups_ui1` (`name`)
;";
pwg_query($query);