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

Diff of /contributions/modules/taxonomy_sifter/taxonomy_sifter.module

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

revision 1.3.2.2 by tbarregren, Sat Nov 15 10:57:50 2008 UTC revision 1.3.2.3 by tbarregren, Sat Nov 15 11:12:08 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2    
3  // $Id: taxonomy_sifter.module,v 1.3.2.1 2008/11/15 10:56:01 tbarregren Exp $  // $Id: taxonomy_sifter.module,v 1.3.2.2 2008/11/15 10:57:50 tbarregren Exp $
4    
5    
6  /**  /**
# Line 13  Line 13 
13   *   Nancy Wichmann <http://drupal.org/user/101412>.   *   Nancy Wichmann <http://drupal.org/user/101412>.
14   *   *
15   * Sponsors:   * Sponsors:
16   *   Norrlandsflyg <http://www.norrlandsflyg.se/>   *   SSPA Sweden <http://www.sspa.se/>
17   *   imBridge <http://www.imbridge.com/>   *   imBridge <http://www.imbridge.com/>
18   */   */
19    
# Line 366  function _taxonomy_sifter_help() { Line 366  function _taxonomy_sifter_help() {
366    if (!$help) return;    if (!$help) return;
367    
368    // Substitute variables and translate.    // Substitute variables and translate.
369    $version = str_replace(array('$Re'.'vision:', ' $'), array('', ''), '$Revision: 1.3.2.1 $');    $version = str_replace(array('$Re'.'vision:', ' $'), array('', ''), '$Revision: 1.3.2.2 $');
370    $year = substr('$Date: 2008/11/15 10:56:01 $', 7, 4);    $year = substr('$Date: 2008/11/15 10:57:50 $', 7, 4);
371    $help = t($help, array('!version' => $version, '!year' => $year));    $help = t($help, array('!version' => $version, '!year' => $year));
372    
373    // Add some style. (This is really dirty, but...)    // Add some style. (This is really dirty, but...)

Legend:
Removed from v.1.3.2.2  
changed lines
  Added in v.1.3.2.3

  ViewVC Help
Powered by ViewVC 1.1.3