Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

1498
 
1863
 
1863
 
application_bottom.php
_> 11 <?php
  22 /*
<> 3 -  $Id: application_bottom.php 1498 2007-03-29 14:04:50Z hpdl $
   3+  $Id: application_bottom.php 1863 2009-03-06 23:53:49Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
1212   as published by the Free Software Foundation.
  1313 */
  1414 
<> 15 -  $messageStack->add('debug', 'Number of queries: ' . $osC_Database->numberOfQueries() . ' [' . $osC_Database->timeOfQueries() . 's]', 'warning');
   15+  $osC_MessageStack->add('debug', 'Number of queries: ' . $osC_Database->numberOfQueries() . ' [' . $osC_Database->timeOfQueries() . 's]', 'warning');
<_ 1616 
  1717   $osC_Services->stopServices();
  1818 ?>