Quick Search:

Mode

Context

Displaying 3 lines of context. None | Less | More | Full

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

1498
 
1863
 
1863
 
application_top.php
_> 11 <?php
  22 /*
<> 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 $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
5959 
  6060 // initialize the message stack for output messages
  6161   require('includes/classes/message_stack.php');
<> 62 -  $messageStack = new messageStack();
   62+  $osC_MessageStack = new osC_MessageStack();
<_ 6363 
  6464 // initialize the cache class
  6565   require('includes/classes/cache.php');