From be3c66f112170f1865cd7041836cd598959133e5 Mon Sep 17 00:00:00 2001 From: plegall Date: Tue, 6 Jan 2009 21:39:04 +0000 Subject: 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 --- install/db/61-database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/db/61-database.php') 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); -- cgit v1.2.3