Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

1863
 
1865
 
1865
 
database.php
_> 11 <?php
  22 /*
<> 3 -  $Id: database.php 1863 2009-03-06 23:53:49Z hpdl $
   3+  $Id: database.php 1865 2009-03-08 22:00:36Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
6969         $this->error_number = $error_number;
  7070         $this->error_query = $query;
  7171 
<>  72+        trigger_error('[MYSQL] ' . $this->error . ' (' . $this->error_number . '): [QUERY] ' . $this->error_query, E_USER_WARNING);
   73+
<_ 7274         if (isset($osC_MessageStack)) {
  7375           $osC_MessageStack->add('debug', $this->getError());
  7476         }