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

Diff of /contributions/modules/import_html/import_html.module

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

revision 1.71.2.14, Sun May 17 15:12:46 2009 UTC revision 1.71.2.15, Wed Jul 1 02:40:56 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: import_html.module,v 1.71.2.13 2009/05/11 04:28:12 dman Exp $  // $Id: import_html.module,v 1.71.2.14 2009/05/17 15:12:46 dman Exp $
3    
4  /**  /**
5   * @file Main drupal interface to import_html.   * @file Main drupal interface to import_html.
# Line 389  function import_html_profile_defaults() Line 389  function import_html_profile_defaults()
389      'allow_bad_urls' => FALSE,      'allow_bad_urls' => FALSE,
390      'file_storage_path' => file_directory_path() ."/imported/",      'file_storage_path' => file_directory_path() ."/imported/",
391      'rewrite_links' => TRUE,      'rewrite_links' => TRUE,
392      'import_site_prefix' => 'imported/',      'import_site_prefix' => '',
393      'freetag_vocab' => 0,      'freetag_vocab' => 0,
394    
395      #subsettings      #subsettings

Legend:
Removed from v.1.71.2.14  
changed lines
  Added in v.1.71.2.15

  ViewVC Help
Powered by ViewVC 1.1.2