Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

648
 
658
 
658
 
database.php
_> 11 <?php
  22 /*
<> 3 -  $Id: database.php 648 2006-07-19 12:00:35Z hpdl $
   3+  $Id: database.php 658 2006-07-27 13:31:21Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
148148           }
  149149 
  150150           if ($import_queries[($i+1)] == "\n") {
<>  151+            $next = '';
   152+
<_ 151153             for ($j=($i+2); $j<$sql_length; $j++) {
  152154               if (!empty($import_queries[$j])) {
  153155                 $next = substr($import_queries, $j, 6);