Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

1610
 
1748
 
1748
 
compatibility.php
_> 11 <?php
  22 /*
<> 3 -  $Id: compatibility.php,v 1.10 2003/06/23 01:20:05 hpdl Exp $
   3+  $Id: compatibility.php 1748 2007-12-21 04:00:47Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
186186         $arg_separator = ini_get('arg_separator.output');
  187187 
  188188         if ( empty($arg_separator) ) {
<> 189 -          $separator = '&';
   189+          $arg_separator = '&';
190190         }
  191191       }
  192192 
     
 !
217217         return null;
  218218       }
  219219 
<> 220 -      return implode($separator, $tmp);
   220+      return implode($arg_separator, $tmp);
<_ 221221     }
  222222 
  223223 // Helper function