Ignore:
Timestamp:
Apr 14, 2012, 6:52:20 AM (12 years ago)
Author:
rvelices
Message:

bug 2615 php notice in calendar amd web service
multisize improve handling of cases where the original is smaller than a requested derivative, but rotation/watermarking is required

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/ws_functions.inc.php

    r13544 r14143  
    225225  }
    226226
    227   $query_model = 'SELECT id, path, representative_ext, width, height
     227  $query_model = 'SELECT id, path, representative_ext, width,height,rotation
    228228  FROM '.IMAGES_TABLE.'
    229229  WHERE '.implode(' AND ', $where_clauses).'
Note: See TracChangeset for help on using the changeset viewer.