/[drupal]/contributions/modules/nodewords/nodewords_basic/nodewords_basic.module
ViewVC logotype

Diff of /contributions/modules/nodewords/nodewords_basic/nodewords_basic.module

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

revision 1.8.2.21, Mon Nov 9 11:20:08 2009 UTC revision 1.8.2.22, Tue Nov 10 09:09:58 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: nodewords_basic.module,v 1.8.2.20 2009/11/08 15:23:13 kiam Exp $  // $Id: nodewords_basic.module,v 1.8.2.21 2009/11/09 11:20:08 kiam Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 323  function nodewords_basic_description_pre Line 323  function nodewords_basic_description_pre
323        if ($bool) {        if ($bool) {
324          $content['value'] = nodewords_metatag_from_teaser($node->teaser,          $content['value'] = nodewords_metatag_from_teaser($node->teaser,
325            $node->format,            $node->format,
326            variable_get('nodewords_use_alt_attribute', FALSE)            array(
327                'alt_attribute' => variable_get('nodewords_use_alt_attribute', FALSE),
328              )
329          );          );
330        }        }
331        break;        break;

Legend:
Removed from v.1.8.2.21  
changed lines
  Added in v.1.8.2.22

  ViewVC Help
Powered by ViewVC 1.1.2