mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-03 16:32:22 +02:00
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:
@@ -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 |
|
||||
// +-----------------------------------------------------------------------+
|
||||
|
||||
Reference in New Issue
Block a user