From b3541bf16bc5efe665c0d64ddc5e18766d4ee2a6 Mon Sep 17 00:00:00 2001 From: plegall Date: Tue, 21 Apr 2015 12:07:14 +0000 Subject: feature 2955: make the keywords separator configurable git-svn-id: http://piwigo.org/svn/trunk@31097 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/config_default.inc.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/config_default.inc.php b/include/config_default.inc.php index 32cbe9916..c141beba8 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -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 | // +-----------------------------------------------------------------------+ -- cgit v1.2.3