Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

1739
 
1839
 
1839
 
html_output.php
_> 11 <?php
  22 /*
<> 3 -  $Id: html_output.php 1739 2007-12-20 00:52:16Z hpdl $
   3+  $Id: html_output.php 1839 2008-12-12 11:15:33Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
  77 
<> 8 -  Copyright (c) 2007 osCommerce
   8+  Copyright (c) 2008 osCommerce
99 
  1010   Released under the GNU General Public License
  1111 */
     
 !
1515   function tep_href_link($page = '', $parameters = '', $connection = 'NONSSL', $add_session_id = true, $search_engine_safe = true) {
  1616     global $request_type, $session_started, $SID;
  1717 
<>  18+    $page = tep_output_string($page);
   19+
<_ 1820     if (!tep_not_null($page)) {
  1921       die('</td></tr></table></td></tr></table><br><br><font color="#ff0000"><b>Error!</b></font><br><br><b>Unable to determine the page link!<br><br>');
  2022     }