aboutsummaryrefslogtreecommitdiffstats
path: root/install/db/61-database.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2009-01-06 21:31:04 +0000
committerplegall <plg@piwigo.org>2009-01-06 21:31:04 +0000
commit680efc25ed280394bc398b6ab66b8dbccb8f11d5 (patch)
tree65e1114fe12de372b1582299c56b44ab659e0577 /install/db/61-database.php
parent19d096853d16040892fefb9bbf1182b390e59fb1 (diff)
Code administration: convert all text files to Unix file format (CR as eol
and not CRLF) git-svn-id: http://piwigo.org/svn/branches/2.0@3054 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);