Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

1497
 
1501
 
1501
 
application_top.php
_> 11 <?php
  22 /*
<> 3 -  $Id: application_top.php 1497 2007-03-29 13:40:05Z hpdl $
   3+  $Id: application_top.php 1501 2007-03-29 20:12:27Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
144144 
  145145   osc_setlocale(LC_TIME, explode(',', $osC_Language->getLocale()));
  146146 
<> 147 -// load general definitions due to the split page results language definitions the database class uses
  148 -//HPDL (quick fix; will be properly fixed in a later alpha release)
  149 -  $osC_Language->load('general');
  150 -
<_ 151147 // define our localization functions
  152148   require('includes/functions/localization.php');
  153149