  |
1 | 1 | | <?php |
| |
2 | 2 | | /* |
  |
3 | | - | $Id: application_top.php 1498 2007-03-29 14:04:50Z hpdl $ |
| |
| 3 | + | $Id: application_top.php 1863 2009-03-06 23:53:49Z hpdl $ |
|
4 | 4 | | |
| |
5 | 5 | | osCommerce, Open Source E-Commerce Solutions |
| |
6 | 6 | | http://www.oscommerce.com |
| |
|
|
 |
… |
|
59 | 59 | | |
| |
60 | 60 | | // initialize the message stack for output messages |
| |
61 | 61 | | require('includes/classes/message_stack.php'); |
  |
62 | | - | $messageStack = new messageStack(); |
| |
| 62 | + | $osC_MessageStack = new osC_MessageStack(); |
  |
63 | 63 | | |
| |
64 | 64 | | // initialize the cache class |
| |
65 | 65 | | require('includes/classes/cache.php'); |