Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

754
 
757
 
757
 
database.php
_> 11 <?php
  22 /*
<> 3 -  $Id: database.php 754 2006-08-23 11:56:56Z hpdl $
   3+  $Id: database.php 757 2006-08-23 12:22:54Z 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];