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

Diff of /contributions/modules/stock/stock.module

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

revision 1.21.2.2, Sat Oct 25 00:35:16 2008 UTC revision 1.21.2.3, Sun Oct 26 02:52:27 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: stock.module,v 1.21.2.1 2008/09/24 16:35:28 kbahey Exp $  // $Id: stock.module,v 1.21.2.2 2008/10/25 00:35:16 kbahey Exp $
3  // 6.4 fixes by beyond  // 6.4 fixes by beyond
4    
5  /**  /**
# Line 374  function _up_down_tick($field) { Line 374  function _up_down_tick($field) {
374    }    }
375    return '<div class="'. $style .'">'. $field .'</div>';    return '<div class="'. $style .'">'. $field .'</div>';
376  }  }
   
 function stock_update_1() {  
   return _system_update_utf8(array('stock'));  
 }  

Legend:
Removed from v.1.21.2.2  
changed lines
  Added in v.1.21.2.3

  ViewVC Help
Powered by ViewVC 1.1.2