Changeset 13736 for trunk/picture.php


Ignore:
Timestamp:
Mar 26, 2012, 6:07:03 AM (12 years ago)
Author:
rvelices
Message:
  • small js fixes on index/picture
  • i.php does not use derivatives.dat file anymore (obsolete file)
  • better selection of derivatives in picture.php
  • larger sharpen real range in image.class.php
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/picture.php

    r13115 r13736  
    173173    if ($type==IMG_SQUARE || $type==IMG_THUMB)
    174174      continue;
     175    if (!array_key_exists($type, ImageStdParams::get_defined_type_map()))
     176      continue;
    175177    $url = $derivative->get_url();
    176178    if (isset($added[$url]))
Note: See TracChangeset for help on using the changeset viewer.