summaryrefslogtreecommitdiff
path: root/lib/exe/fetch.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2008-05-16 13:40:51 +0200
committerAndreas Gohr <andi@splitbrain.org>2008-05-16 13:40:51 +0200
commit681eb61bcd5b6b643474e7d064308956ef207f35 (patch)
tree5b023f6a1b97d3a4e7b78ecfee0b18a9476e10fa /lib/exe/fetch.php
parent20bc86cfeaebd8c39b0085a097c301c9b8d75870 (diff)
downloadrpg-681eb61bcd5b6b643474e7d064308956ef207f35.tar.gz
rpg-681eb61bcd5b6b643474e7d064308956ef207f35.tar.bz2
removed debugging code
darcs-hash:20080516114051-7ad00-ea7c2350c4e3bfda05686c1c6de3027c649cb0ab.gz
Diffstat (limited to 'lib/exe/fetch.php')
-rw-r--r--lib/exe/fetch.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/exe/fetch.php b/lib/exe/fetch.php
index 102f99066..1cf1c6e82 100644
--- a/lib/exe/fetch.php
+++ b/lib/exe/fetch.php
@@ -388,7 +388,7 @@ function resize_imageIM($ext,$from,$from_w,$from_h,$to,$to_w,$to_h){
*/
function crop_imageIM($ext,$from,$from_w,$from_h,$to,$to_w,$to_h,$ofs_x,$ofs_y){
global $conf;
-return false;
+
// check if convert is configured
if(!$conf['im_convert']) return false;