/[drupal]/contributions/modules/image/image.module
ViewVC logotype

Diff of /contributions/modules/image/image.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.321, Wed Sep 9 19:06:00 2009 UTC revision 1.322, Sun Sep 13 20:21:04 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: image.module,v 1.320 2009/09/05 14:50:31 joachim Exp $  // $Id: image.module,v 1.321 2009/09/09 19:06:00 joachim Exp $
3    
4  define('IMAGE_ORIGINAL', '_original');  define('IMAGE_ORIGINAL', '_original');
5  define('IMAGE_PREVIEW', 'preview');  define('IMAGE_PREVIEW', 'preview');
# Line 477  function image_load(&$node) { Line 477  function image_load(&$node) {
477      return;      return;
478    }    }
479    
480    if ((arg(0) != 'batch') || (strpos($_GET['q'], 'admin/content/node') === FALSE)) {    if ((arg(0) != 'batch') && (strpos($_GET['q'], 'admin/content/node') === FALSE)) {
481      _image_build_derivatives_if_needed($node);      _image_build_derivatives_if_needed($node);
482    }    }
483  }  }

Legend:
Removed from v.1.321  
changed lines
  Added in v.1.322

  ViewVC Help
Powered by ViewVC 1.1.2