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

Diff of /contributions/modules/sale/sale.module

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

revision 1.1.2.4, Fri May 18 15:39:22 2007 UTC revision 1.1.2.5, Wed Jul 18 18:04:49 2007 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: sale.module,v 1.1.2.3 2007/05/08 00:32:10 darrenoh Exp $  // $Id: sale.module,v 1.1.2.4 2007/05/18 15:39:22 darrenoh Exp $
3    
4  /**  /**
5   * Implementation of hook_help().   * Implementation of hook_help().
# Line 128  function sale_link_alter(&$node, &$links Line 128  function sale_link_alter(&$node, &$links
128        );        );
129      }      }
130      elseif (empty($links['add_to_cart']['html'])) {      elseif (empty($links['add_to_cart']['html'])) {
131        $links['add_to_cart']['title'] = t('Sales of this item close on !date', array(        $links['add_to_cart']['title'] = t('Sales of this item close !date', array(
132          '!date' => format_date($node->sale->sale_closing_date, 'custom', 'F j, Y'),          '!date' => format_date($node->sale->sale_closing_date, 'custom', 'F j, Y'),
133        ));        ));
134      }      }

Legend:
Removed from v.1.1.2.4  
changed lines
  Added in v.1.1.2.5

  ViewVC Help
Powered by ViewVC 1.1.2