diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-11-06 02:38:08 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-11-06 02:38:08 +0000 |
commit | eeccad8c4bb260d5563ad66757da3a561528bedf (patch) | |
tree | 81159ba2c011440590a8213fe71f195bdb0e94fa /modules | |
parent | d9017f58782dda2705b520c3724372a6c5b99bbe (diff) | |
download | brdo-eeccad8c4bb260d5563ad66757da3a561528bedf.tar.gz brdo-eeccad8c4bb260d5563ad66757da3a561528bedf.tar.bz2 |
#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
Diffstat (limited to 'modules')
-rw-r--r-- | modules/image/image.module | 2 |
1 files changed, 1 insertions, 1 deletions
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, ), ) |