Piwigo / AdminTools

Admin Tools adds a toolbar on the top of each page of your gallery with a set of useful functions.
http://piwigo.org/ext/extension_view.php?eid=720
4 stars 5 forks source link

Update events.inc.php #13

Closed ondrejkrhut closed 8 months ago

ondrejkrhut commented 4 years ago

This change is resolving an issue when you Quick edit some picture and save it and you have another picture taken in the same minute, then it could change the order of those pictures by cutting off the seconds portion from the time.

Substring takes only hours and minuntes and trim off seconds. Value date_creation_time contains only hh:mm. With this change it will contains hh:mm:ss and will not cut off second from the time.

onovy commented 2 years ago

tested localy, I can confirm it fixies data loss (seconds part).

plegall commented 8 months ago

I just merge PR https://github.com/Piwigo/AdminTools/pull/18