Changeset 379 for branches/1.1dev/lib


Ignore:
Timestamp:
Dec 21, 2010 11:02:56 PM (13 years ago)
Author:
anonymous
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.1dev/lib/ImageThumb.inc.php

    r378 r379  
    284284                logMsg(sprintf('Image %s failed resizing with return value: %s%s', $s['dest_dir'] . '/' . $file_name, $return_val, empty($output) ? '' : ' (' . getDump($output) . ')'), LOG_ERR, __FILE__, __LINE__);
    285285            }
    286            
    287286            // Return from the command will be > 0 if there was an error.
    288287            $final_return_val += $return_val;
Note: See TracChangeset for help on using the changeset viewer.