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

Diff of /contributions/modules/mmb/mmb.module

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

revision 1.16, Sat Aug 18 18:49:00 2007 UTC revision 1.17, Thu Aug 23 18:47:22 2007 UTC
# Line 1  Line 1 
1  <?php  <?php
2  /* $Id: mmb.module,v 1.15 2007/08/17 21:14:54 sanduhrs Exp $ */  /* $Id: mmb.module,v 1.16 2007/08/18 18:49:00 sanduhrs Exp $ */
3    
4  /**  /**
5   * @file   * @file
# Line 45  function mmb_mailhandler($node, $result, Line 45  function mmb_mailhandler($node, $result,
45          if (strtolower($mime[0]) == 'image') {          if (strtolower($mime[0]) == 'image') {
46            //Prepare for image.module            //Prepare for image.module
47            $node->images[IMAGE_ORIGINAL] = $node->files[$key]['filepath'];            $node->images[IMAGE_ORIGINAL] = $node->files[$key]['filepath'];
48              _image_build_derivatives($node);
49            break;            break;
50          }          }
51        }        }

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

  ViewVC Help
Powered by ViewVC 1.1.2