feature 2955: make the keywords separator configurable

git-svn-id: http://piwigo.org/svn/trunk@31097 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2015-04-21 12:07:14 +00:00
parent 796ac2f531
commit b3541bf16b
2 changed files with 38 additions and 14 deletions
+4
View File
@@ -371,6 +371,10 @@ $conf['use_exif_mapping'] = array(
// javascript)
$conf['allow_html_in_metadata'] = false;
// decide which characters can be used as keyword separators (works in EXIF
// and IPTC). Coma "," cannot be removed from this list.
$conf['metadata_keyword_separator_regex'] = '/[.,;]/';
// +-----------------------------------------------------------------------+
// | sessions |
// +-----------------------------------------------------------------------+