  |
1 | 1 | | <?php |
| |
2 | 2 | | /* |
  |
3 | | - | $Id: order_total.php 637 2006-07-18 16:30:55Z hpdl $ |
| |
| 3 | + | $Id: order_total.php 757 2006-08-23 12:22:54Z hpdl $ |
|
4 | 4 | | |
| |
5 | 5 | | osCommerce, Open Source E-Commerce Solutions |
| |
6 | 6 | | http://www.oscommerce.com |
| |
|
|
 |
… |
|
78 | 78 | | $GLOBALS[$module]->process(); |
| |
79 | 79 | | |
| |
80 | 80 | | foreach ($GLOBALS[$module]->output as $output) { |
  |
81 | | - | if (tep_not_null($output['title']) && tep_not_null($output['text'])) { |
| |
| 81 | + | if (!empty($output['title']) && !empty($output['text'])) { |
  |
82 | 82 | | $this->_data[] = array('code' => $GLOBALS[$module]->getCode(), |
| |
83 | 83 | | 'title' => $output['title'], |
| |
84 | 84 | | 'text' => $output['text'], |