Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

1497
 
1845
 
1845
 
main.php
_> 11 <?php
  22 /*
<> 3 -  $Id: main.php 1497 2007-03-29 13:40:05Z hpdl $
   3+  $Id: main.php 1845 2009-02-27 00:19:37Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
1717 
  1818 <?php
  1919   if ( $osC_MessageStack->size($osC_Template->getModule()) > 0 ) {
<> 20 -    echo $osC_MessageStack->output($osC_Template->getModule());
   20+    echo $osC_MessageStack->get($osC_Template->getModule());
<_ 2121   }
  2222 
  2323   $Qcfg = $osC_Database->query('select configuration_id, configuration_title, configuration_description, configuration_value, use_function from :table_configuration where configuration_group_id = :configuration_group_id order by sort_order');