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

Diff of /contributions/modules/taxonomy_block/taxonomy_block.module

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

revision 1.26, Wed Nov 11 09:25:16 2009 UTC revision 1.27, Wed Nov 11 10:19:10 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: taxonomy_block.module,v 1.25 2009/08/14 02:56:43 thenicespider Exp $  // $Id: taxonomy_block.module,v 1.26 2009/11/11 09:25:16 thenicespider Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 66  function taxonomy_block_block($op = 'lis Line 66  function taxonomy_block_block($op = 'lis
66      $order_by   = variable_get('taxonomy_block_settings_order_by', 0)==0 ? 'name' : 'weight';      $order_by   = variable_get('taxonomy_block_settings_order_by', 0)==0 ? 'name' : 'weight';
67      $order_type = variable_get('taxonomy_block_settings_order_type', 0)==0 ? 'ASC' : 'DESC';      $order_type = variable_get('taxonomy_block_settings_order_type', 0)==0 ? 'ASC' : 'DESC';
68    
   
69      switch($delta) {      switch($delta) {
70        case 0:        case 0:
71          $block['subject'] = t('Taxonomy Block');          $block['subject'] = t('Taxonomy Block');

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

  ViewVC Help
Powered by ViewVC 1.1.2