  |
1 | 1 | | <?php |
| |
2 | 2 | | /* |
  |
3 | | - | $Id: application_top.php 1667 2007-07-19 20:42:39Z hpdl $ |
| |
| 3 | + | $Id: application_top.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 |
| |
|
|
 |
… |
|
143 | 143 | | |
| |
144 | 144 | | // initialize the message stack for output messages |
| |
145 | 145 | | require('../includes/classes/message_stack.php'); |
  |
146 | | - | $osC_MessageStack = new messageStack(); |
| |
147 | | - | $osC_MessageStack->loadFromSession(); |
| |
| 146 | + | $osC_MessageStack = new osC_MessageStack(); |
  |
148 | 147 | | |
| |
149 | 148 | | // entry/item info classes |
| |
150 | 149 | | require('includes/classes/object_info.php'); |