From 681eb61bcd5b6b643474e7d064308956ef207f35 Mon Sep 17 00:00:00 2001
From: Andreas Gohr <andi@splitbrain.org>
Date: Fri, 16 May 2008 13:40:51 +0200
Subject: [PATCH] removed debugging code

darcs-hash:20080516114051-7ad00-ea7c2350c4e3bfda05686c1c6de3027c649cb0ab.gz
---
 lib/exe/fetch.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
 
-- 
GitLab