Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

448
 
648
 
648
 
database.php
_> 11 <?php
  22 /*
<> 3 -  $Id: database.php 448 2006-02-21 06:27:28Z hpdl $
   3+  $Id: database.php 648 2006-07-19 12:00:35Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
623623           }
  624624         }
  625625 
<> 626 -        $display_links = tep_draw_form($batch_keyword, basename($_SERVER['PHP_SELF']), 'get');
   626+        $display_links = '<form action="' . tep_href_link(basename($_SERVER['PHP_SELF'])) . '" action="get">';
<_ 627627 
  628628         if ($this->batch_number > 1) {
  629629           $display_links .= '<a href="' . tep_href_link(basename($_SERVER['PHP_SELF']), $get_parameter . $batch_keyword . '=' . ($this->batch_number - 1)) . '" class="splitPageLink">' . $osC_Language->get('result_set_previous_page') . '</a>';