Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

202
 
203
 
203
 
customer.php
_> 11 <?php
  22 /*
<> 3 -  $Id: customer.php 202 2005-09-23 08:44:11Z hpdl $
   3+  $Id: customer.php 203 2005-09-23 14:17:59Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
258258       $this->_is_logged_on = false;
  259259       $this->_data = array();
  260260 
<> 261 -      unset($_SESSION['osC_Customer_data']);
   261+      if (isset($_SESSION['osC_Customer_data'])) {
   262+        unset($_SESSION['osC_Customer_data']);
   263+      }
<_ 262264     }
  263265   }
  264266 ?>