Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

447
 
733
 
733
 
language.php
_> 11 <?php
  22 /*
<> 3 -  $Id: language.php 447 2006-02-21 06:09:01Z hpdl $
   3+  $Id: language.php 733 2006-08-20 15:32:32Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
9393       }
  9494 
  9595       if (!isset($_COOKIE['language']) || (isset($_COOKIE['language']) && ($_COOKIE['language'] != $this->_code))) {
<> 96 -        tep_setcookie('language', $this->_code, time()+60*60*24*90);
   96+        osc_setcookie('language', $this->_code, time()+60*60*24*90);
<_ 9797       }
  9898 
  9999       if ((isset($_SESSION['language']) === false) || (isset($_SESSION['language']) && ($_SESSION['language'] != $this->_code))) {