Set original date for uploaded file
This commit is contained in:
parent
eccdcf5ead
commit
1fdc495f91
@ -90,6 +90,9 @@ class Photo extends Module {
|
|||||||
# Read infos
|
# Read infos
|
||||||
$info = $this->getInfo($path);
|
$info = $this->getInfo($path);
|
||||||
|
|
||||||
|
# Set original date
|
||||||
|
if ($info['takestamp']!=='') @touch($path, $info['takestamp']);
|
||||||
|
|
||||||
# Use title of file if IPTC title missing
|
# Use title of file if IPTC title missing
|
||||||
if ($info['title']==='') $info['title'] = mysqli_real_escape_string($this->database, substr(basename($file['name'], ".$extension"), 0, 30));
|
if ($info['title']==='') $info['title'] = mysqli_real_escape_string($this->database, substr(basename($file['name'], ".$extension"), 0, 30));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user