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

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

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

revision 1.2.2.4, Thu Jun 18 16:58:36 2009 UTC revision 1.2.2.5, Tue Oct 6 14:09:03 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: static.module,v 1.2.2.3 2009/05/13 04:38:39 dman Exp $  // $Id: static.module,v 1.2.2.4 2009/06/18 16:58:36 dman Exp $
3  /**  /**
4   * @file   * @file
5   * Storage and retrieval of Drupal node content as plain HTML files   * Storage and retrieval of Drupal node content as plain HTML files
# Line 427  function static_node_to_html($node) { Line 427  function static_node_to_html($node) {
427    // Also, inevitably, adding some theme cruft for CCK bits and things.    // Also, inevitably, adding some theme cruft for CCK bits and things.
428    node_view($node);    node_view($node);
429    
430  #dpm($node);    #dpm($node);
431    // When serializing, we can either dump a screen-view, or try to    // When serializing, we can either dump a screen-view, or try to
432    // annotate it our way.    // annotate it our way.
433    if (variable_get('static_save_semantically', TRUE)) {    if (variable_get('static_save_semantically', TRUE)) {

Legend:
Removed from v.1.2.2.4  
changed lines
  Added in v.1.2.2.5

  ViewVC Help
Powered by ViewVC 1.1.2