Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
Posted By: tristan.ferroirStill, I only have 18 pictures in my gallery instead of 20.
@unlink($tmpname);
if (is_file($tmpname)){
@unlink($tmpname);
}
// if thumbnail file already exists and is generated after data for a thumbnail type
// has been changed, then we assume that the thumbnail is valid.
$thumbnail_timestamp = @filemtime($thumbpath);
if (file_exists($thumbpath) && $thumb_config['timestamp'] < $thumbnail_timestamp) {
return $thumburl;
}
// if thumbnail file already exists and is generated after data for a thumbnail type
// has been changed, then we assume that the thumbnail is valid.
if (file_exists($thumbpath){
$thumbnail_timestamp = @filemtime($thumbpath);
if ($thumb_config['timestamp'] < $thumbnail_timestamp) {
return $thumburl;
}
}
1 to 9 of 9