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

Diff of /contributions/modules/flexiconvert/flexiconvert.module

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

revision 1.10, Thu Jun 4 17:11:03 2009 UTC revision 1.11, Thu Jun 4 17:13:38 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: flexiconvert.module,v 1.9 2009/06/04 17:09:54 anarcat Exp $  // $Id: flexiconvert.module,v 1.10 2009/06/04 17:11:03 anarcat Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 456  function flexiconvert_form_submit($form_ Line 456  function flexiconvert_form_submit($form_
456            }            }
457          }          }
458    
459          content_submit($resave);          content_insert($resave);
460          // No need to resave the node again-- it already exists!          // No need to resave the node again-- it already exists!
461          // So instead we go straight to CCK because it will need          // So instead we go straight to CCK because it will need
462          // to populate the content type tables.          // to populate the content type tables.

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

  ViewVC Help
Powered by ViewVC 1.1.2