/[drupal]/contributions/modules/import_html/import_html_ui.inc
ViewVC logotype

Diff of /contributions/modules/import_html/import_html_ui.inc

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

revision 1.11.4.19, Wed Sep 9 06:47:22 2009 UTC revision 1.11.4.20, Tue Oct 6 13:57:15 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: import_html_ui.inc,v 1.11.4.18 2009/07/01 02:40:56 dman Exp $  // $Id: import_html_ui.inc,v 1.11.4.19 2009/09/09 06:47:22 dman Exp $
3  /**  /**
4   * @file   * @file
5   * Forms and UI functions for import_html.   * Forms and UI functions for import_html.
# Line 1840  function import_html_demo_form_submit($f Line 1840  function import_html_demo_form_submit($f
1840    
1841          $output = theme('node_preview', $cloned_node);          $output = theme('node_preview', $cloned_node);
1842    
1843          if (function_exists('dpm')) {          if (function_exists('dpm') && ($context['debug_level'] > 0)) {
1844            dpm($node);            dpm($node);
1845          }          }
1846    

Legend:
Removed from v.1.11.4.19  
changed lines
  Added in v.1.11.4.20

  ViewVC Help
Powered by ViewVC 1.1.2