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

Diff of /contributions/modules/related_nodes/related_nodes.module

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

revision 1.4, Sat Dec 3 21:02:50 2005 UTC revision 1.5, Sun Dec 4 02:50:41 2005 UTC
# Line 78  function related_nodes_block($op = 'list Line 78  function related_nodes_block($op = 'list
78            $content = '';            $content = '';
79            $numTags = variable_get('related_nodes_count', 5);            $numTags = variable_get('related_nodes_count', 5);
80    
81            $vocabularies = implode(',',variable_get('related_nodes_vocabularies', array()));            $vocab_list = variable_get('related_nodes_vocabularies', array());
82              if ($vocab_list) {
83                $vocabularies = implode(',',$vocab_list);
84              }
85    
86            if (is_numeric($numTags) && $numTags >= 1) {            if (is_numeric($numTags) && $numTags >= 1) {
87              $content .= '<ul>';              $content .= '<ul>';

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.2