- bug fixed : no need to wrap iptc values into quotes, they are added by
mass_insert git-svn-id: http://piwigo.org/svn/trunk@730 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
ee0f6c9c71
commit
ec98902e5a
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ function update_metadata($files)
|
|||
{
|
||||
foreach (array_keys($iptc) as $key)
|
||||
{
|
||||
$data[$key] = "'".addslashes($iptc[$key])."'";
|
||||
$data[$key] = addslashes($iptc[$key]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue