We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4721ec8 commit c131b32Copy full SHA for c131b32
info.txt
@@ -2,7 +2,7 @@
2
3
author Andreas Gohr
4
email [email protected]
5
-date 2009-06-08
+date 2009-06-09
6
name PanoView Plugin
7
desc View large images in a pannable view
8
url http://www.dokuwiki.org/plugin:panoview
tiles.php
@@ -42,10 +42,9 @@
42
// cache times
43
$data['cache'] = getCacheName($data['file'],'.pv.'.$data['zoom'].'-'.$data['col'].'-'.$data['row'].'.jpg');
44
$data['cachet'] = @filemtime($data['cache']);
45
- $data['selft'] = filemtime(__FILE__);
46
47
// (re)generate
48
- if( ($data['cachet'] < $data['mtime']) || ($data['cachet'] < $data['selft']) ){
+ if($data['cachet'] < $data['mtime']){
49
if($conf['im_convert']){
50
tile_im($data);
51
}else{
0 commit comments