? .imageapi_imagemagick.module.swp ? imageapi_217960.patch Index: imageapi_imagemagick.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/imageapi/imageapi_imagemagick.module,v retrieving revision 1.8 diff -u -p -r1.8 imageapi_imagemagick.module --- imageapi_imagemagick.module 18 Apr 2008 10:23:58 -0000 1.8 +++ imageapi_imagemagick.module 22 Apr 2008 20:52:43 -0000 @@ -180,7 +180,7 @@ function _imageapi_imagemagick_convert_e // http://us3.php.net/manual/en/function.exec.php#56599 // Use /D to run the command from PHP's current working directory so the // file paths don't have to be absolute. - $convert_path = 'start "window title" /D'. getcwd() .' /b '. escapeshellarg($convert_path); + $convert_path = 'start "window title" /D'. escapeshellarg(getcwd()) .' /B '. escapeshellarg($convert_path); } $descriptors = array(