Parent Directory
|
Revision Log
|
Revision Graph
|
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')); | ||
| } |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |