Changeset 12190 for extensions/DynamicResize/main.inc.php
- Timestamp:
- Sep 19, 2011, 10:05:07 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/DynamicResize/main.inc.php
r12179 r12190 107 107 108 108 //FOR PREFETCHING 109 if(isset($next)){ 109 $isNext = isset($next) && isset($next['image_url']) && isset($next['width']) && isset($next['height']); 110 if($isNext){ 110 111 //NEXT PICTURE URL 111 112 if(substr($next['image_url'],0,1)=='.') { … … 164 165 $new_srcimg = DYN_ROOT.'/slir/'.'w'.$dynamic_width.'-h'.$dynamic_height.$srcimg; 165 166 166 if( isset($next)){167 if($isNext){ 167 168 if(substr($next['image_url'],0,1)=='.') { 168 169 $next_srcimg = substr($next['image_url'],1);
Note: See TracChangeset
for help on using the changeset viewer.