Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

629
 
725
 
725
 
template.php
_> 11 <?php
  22 /*
<> 3 -  $Id: template.php 629 2006-07-18 14:45:08Z hpdl $
   3+  $Id: template.php 725 2006-08-18 12:51:04Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
182182 
  183183       if (empty($_GET) === false) {
  184184         $first_array = array_slice($_GET, 0, 1);
<> 185 -        $_module = tep_sanitize_string(basename(key($first_array)));
   185+        $_module = osc_sanitize_string(basename(key($first_array)));
<_ 186186 
  187187         if (file_exists('includes/content/' . $group . '/' . $_module . '.php')) {
  188188           $module = $_module;