Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
joost:/var/www/ploggerb3/admin$ diff plog-admin-functions.php my-admin-functions.php
115a116,122
> // [ joost: update the creation time of the image according to the exif ]
> if (strtotime($exif['date_taken']) > 0) {
> touch($final_fqfn, strtotime($exif['date_taken']));
> }
> // [ /joost ]
>
>
600a608,614
> // joost
> // because $source_collection_name has been 'SmartStripSlashed' the query in the while loop
> // will have 'sql injection errors' when $source_collection_name contains a single quote '
> // e.g. SET path = 'johns's fotos' WHERE id = '10';
> $source_collection_name = mysql_real_escape_string($source_collection_name);
> // end joost
>
1 to 1 of 1