Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

1498
 
1863
 
1863
 
mysql.php
_> 11 <?php
  22 /*
<> 3 -  $Id: mysql.php 1498 2007-03-29 14:04:50Z hpdl $
   3+  $Id: mysql.php 1863 2009-03-06 23:53:49Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
8787     }
  8888 
  8989     function simpleQuery($query, $debug = false) {
<> 90 -      global $messageStack, $osC_Services;
   90+      global $osC_MessageStack, $osC_Services;
9191 
  9292       if ($this->isConnected()) {
  9393         $this->number_of_queries++;
     
 !
125125 
  126126           echo '<div style="font-family: Verdana, Arial, sans-serif; font-size: 7px; font-weight: bold;">[<a href="#query' . $this->number_of_queries . '">#' . $this->number_of_queries . '</a>]</div>';
  127127 
<> 128 -          $messageStack->add('debug', '<a name=\'query' . $this->number_of_queries . '\'></a>[#' . $this->number_of_queries . ' - ' . $query_time . 's] ' . $query, 'warning');
   128+          $osC_MessageStack->add('debug', '<a name=\'query' . $this->number_of_queries . '\'></a>[#' . $this->number_of_queries . ' - ' . $query_time . 's] ' . $query, 'warning');
<_ 129129         }
  130130 
  131131         if ($resource !== false) {