Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

345
 
396
 
396
 
recently_visited.php
_> 44   osCommerce, Open Source E-Commerce Solutions
  55   http://www.oscommerce.com
  66 
<> 7 -  Copyright (c) 2005 osCommerce
   7+  Copyright (c) 2006 osCommerce
88 
  99   Released under the GNU General Public License
  1010 */
  1111 
  1212   class osC_Content_recently_visited extends osC_Modules {
<> 13 -    var $_title = 'Recently Visited',
   13+    var $_title,
1414         $_code = 'recently_visited',
  1515         $_author_name = 'osCommerce',
  1616         $_author_www = 'http://www.oscommerce.com',
     
 !
1919 /* Class constructor */
  2020 
  2121     function osC_Content_recently_visited() {
<>  22+      global $osC_Language;
   23+
   24+      $this->_title = $osC_Language->get('recently_visited_title');
<_ 2225     }
  2326 
  2427     function initialize() {