mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 01:42:29 +02:00
Fix Feature Issue ID 0000585.
Convergence of exif configuration between local site and remote site. Notes added on administration page where configuration is not OK. git-svn-id: http://piwigo.org/svn/trunk@1682 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -310,7 +310,7 @@ $conf['show_exif_fields'] = array(
|
||||
|
||||
// use_exif: Use EXIF data during database synchronization with files
|
||||
// metadata
|
||||
$conf['use_exif'] = false;
|
||||
$conf['use_exif'] = true;
|
||||
|
||||
// use_exif_mapping: same behaviour as use_iptc_mapping
|
||||
$conf['use_exif_mapping'] = array(
|
||||
|
||||
Reference in New Issue
Block a user