mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 17:23:04 +02:00
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
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user