  |
1 | 1 | | <?php |
| |
2 | 2 | | /* |
  |
3 | | - | $Id: main.php 1497 2007-03-29 13:40:05Z hpdl $ |
| |
| 3 | + | $Id: main.php 1845 2009-02-27 00:19:37Z hpdl $ |
|
4 | 4 | | |
| |
5 | 5 | | osCommerce, Open Source E-Commerce Solutions |
| |
6 | 6 | | http://www.oscommerce.com |
| |
|
|
 |
… |
|
17 | 17 | | |
| |
18 | 18 | | <?php |
| |
19 | 19 | | if ( $osC_MessageStack->size($osC_Template->getModule()) > 0 ) { |
  |
20 | | - | echo $osC_MessageStack->output($osC_Template->getModule()); |
| |
| 20 | + | echo $osC_MessageStack->get($osC_Template->getModule()); |
  |
21 | 21 | | } |
| |
22 | 22 | | |
| |
23 | 23 | | $Qcfg = $osC_Database->query('select configuration_id, configuration_title, configuration_description, configuration_value, use_function from :table_configuration where configuration_group_id = :configuration_group_id order by sort_order'); |