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:
plegall
2009-01-06 21:31:04 +00:00
parent 19d096853d
commit 680efc25ed
29 changed files with 2335 additions and 2335 deletions
+1 -1
View File
@@ -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);