aboutsummaryrefslogtreecommitdiffstats
path: root/install/db/61-database.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2009-01-06 21:39:04 +0000
committerplegall <plg@piwigo.org>2009-01-06 21:39:04 +0000
commitbe3c66f112170f1865cd7041836cd598959133e5 (patch)
tree312b7d62ede7deefdc2e8d6d5908e800aad4e55c /install/db/61-database.php
parent1b711ad2365b47cb1f1969cad2195c180ad62609 (diff)
merge r3054 from branch 2.0 to trunk
Code administration: convert all text files to Unix file format (CR as eol and not CRLF) git-svn-id: http://piwigo.org/svn/trunk@3055 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-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);