Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

686
 
725
 
725
 
database.php
_> 11 <?php
  22 /*
<> 3 -  $Id: database.php 686 2006-08-14 22:33:22Z hpdl $
   3+  $Id: database.php 725 2006-08-18 12:51:04Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
327327 
  328328       switch ($type) {
  329329         case 'protected':
<> 330 -          return tep_output_string_protected($this->result[$column]);
   330+          return osc_output_string_protected($this->result[$column]);
<_ 331331           break;
  332332         case 'int':
  333333           return (int)$this->result[$column];