Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

815
 
895
 
895
 
recently_visited.php
_> 11 <?php
  22 /*
  33   $Id: $
<>  4+
45   osCommerce, Open Source E-Commerce Solutions
  56   http://www.oscommerce.com
  67 
     
 !
2526     }
  2627 
  2728     function initialize() {
<> 28 -      global $osC_RecentlyVisited, $osC_Language, $osC_Image;
   29+      global $osC_Services, $osC_RecentlyVisited, $osC_Language, $osC_Image;
2930 
<> 30 -      if ($osC_RecentlyVisited->hasHistory()) {
   31+      if ($osC_Services->isStarted('recently_visited') && $osC_RecentlyVisited->hasHistory()) {
<_ 3132         $this->_content = '<table border="0" width="100%" cellspacing="0" cellpadding="2">' .
  3233                           '  <tr>';
  3334