Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

368
 
554
 
554
 
mysql.php
_> 11 <?php
  22 /*
<> 3 -  $Id: mysql.php 368 2005-12-22 16:27:23Z hpdl $
   3+  $Id: mysql.php 554 2006-04-29 16:26:53Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
9595         }
  9696 
  9797         if (isset($osC_Services) && $osC_Services->isStarted('debug')) {
<> 98 -          if ( ($debug === false) && (SERVICE_DEBUG_OUTPUT_DB_QUERIES == 'True') ) {
   98+          if ( ($debug === false) && (SERVICE_DEBUG_OUTPUT_DB_QUERIES == '1') ) {
9999             $debug = true;
  100100           }
  101101 
<> 102 -          if (tep_not_null(SERVICE_DEBUG_EXECUTION_TIME_LOG) && (SERVICE_DEBUG_LOG_DB_QUERIES == 'True')) {
   102+          if (tep_not_null(SERVICE_DEBUG_EXECUTION_TIME_LOG) && (SERVICE_DEBUG_LOG_DB_QUERIES == '1')) {
<_ 103103             @error_log('QUERY ' . $query . "\n", 3, SERVICE_DEBUG_EXECUTION_TIME_LOG);
  104104           }
  105105         } elseif ($debug === true) {