  |
1 | 1 | | <?php |
| |
2 | 2 | | /* |
  |
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 $ |
|
4 | 4 | | |
| |
5 | 5 | | osCommerce, Open Source E-Commerce Solutions |
| |
6 | 6 | | http://www.oscommerce.com |
| |
7 | 7 | | |
  |
8 | | - | Copyright (c) 2007 osCommerce |
| |
| 8 | + | Copyright (c) 2008 osCommerce |
|
9 | 9 | | |
| |
10 | 10 | | Released under the GNU General Public License |
| |
11 | 11 | | */ |
| |
|
|
 |
… |
|
15 | 15 | | function tep_href_link($page = '', $parameters = '', $connection = 'NONSSL', $add_session_id = true, $search_engine_safe = true) { |
| |
16 | 16 | | global $request_type, $session_started, $SID; |
| |
17 | 17 | | |
  |
| 18 | + | $page = tep_output_string($page); |
| |
| 19 | + | |
  |
18 | 20 | | if (!tep_not_null($page)) { |
| |
19 | 21 | | 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>'); |
| |
20 | 22 | | } |