From eeccad8c4bb260d5563ad66757da3a561528bedf Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Fri, 6 Nov 2009 02:38:08 +0000 Subject: #613794 by jensimmons, dopry, and yched: Create a default image field in the article content type upon install. Let's show off what Drupal can do! :D --- modules/image/image.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/image/image.module b/modules/image/image.module index 530a04d0d..d8f5addfa 100644 --- a/modules/image/image.module +++ b/modules/image/image.module @@ -346,7 +346,7 @@ function image_image_default_styles() { 'effects' => array( array( 'name' => 'image_scale', - 'data' => array('width' => 640, 'height' => 640, 'upscale' => 1), + 'data' => array('width' => 640, 'height' => 640, 'upscale' => 0), 'weight' => 0, ), ) -- cgit v1.2.3