/[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.18, Wed Jul 1 02:40:56 2009 UTC revision 1.11.4.19, Wed Sep 9 06:47:22 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: import_html_ui.inc,v 1.11.4.17 2009/05/17 15:12:46 dman Exp $  // $Id: import_html_ui.inc,v 1.11.4.18 2009/07/01 02:40:56 dman Exp $
3  /**  /**
4   * @file   * @file
5   * Forms and UI functions for import_html.   * Forms and UI functions for import_html.
# Line 637  function import_html_profile_summary($pr Line 637  function import_html_profile_summary($pr
637      $menu_title = $menu['title'];      $menu_title = $menu['title'];
638    }    }
639    
640    if (function_exists('dpm')) {    if (function_exists('dpm') && ($profile['debug_level'] > 0)) {
641      dpm($profile);      dpm($profile);
642    }    }
643    

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

  ViewVC Help
Powered by ViewVC 1.1.2