Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

1498
 
1860
 
1860
 
modules.php
_> 55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
  77 
<> 8 -  Copyright (c) 2005 osCommerce
   8+  Copyright (c) 2007 osCommerce
99 
  1010   This program is free software; you can redistribute it and/or modify
  1111   it under the terms of the GNU General Public License v2 (1991)
     
 !
2323         $_keys,
  2424         $_group;
  2525 
<> 26 -    function osC_Modules($group) {
   26+    function __construct($group) {
2727       global $osC_Database, $osC_Template, $osC_Cache;
  2828 
  2929       $this->_group = $group;
     
 !
8686           }
  8787         }
  8888 
<> 89 -        $osC_Cache->writeBuffer($data);
   89+        $osC_Cache->write($data);
<_ 9090       }
  9191 
  9292       $this->_modules = $data;