[TEP-COMMIT] CVS: catalog/catalog index.php,1.5,1.6 product_info.php,1.101,1.102
cvs-OfajU3CKLf1/[email protected] Mon, 16 Feb 2004 08:36:48 +0100
| Newsgroups | gmane.comp.web.oscommerce.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /pack/cvsroots/oscommerce/catalog/catalog
In directory sunsite.dk:/tmp/cvs-serv9076
Modified Files:
index.php product_info.php
Log Message:
standards updates
Index: index.php
===================================================================
RCS file: /pack/cvsroots/oscommerce/catalog/catalog/index.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- index.php 2004/01/10 20:59:53 1.5
+++ index.php 2004/02/16 07:31:26 1.6
@@ -5,7 +5,7 @@
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
- Copyright (c) 2003 osCommerce
+ Copyright (c) 2004 osCommerce
Released under the GNU General Public License
*/
@@ -107,9 +107,6 @@
echo ' <tr>' . "\n";
}
}
-
-// needed for the new products module shown below
- $new_products_category_id = $current_category_id;
?>
</tr>
</table></td>
Index: product_info.php
===================================================================
RCS file: /pack/cvsroots/oscommerce/catalog/catalog/product_info.php,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -d -r1.101 -r1.102
--- product_info.php 2004/02/14 18:16:06 1.101
+++ product_info.php 2004/02/16 07:31:26 1.102
@@ -221,17 +221,11 @@
<td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
</tr>
<tr>
- <td>
+ <td><?php include(DIR_WS_MODULES . FILENAME_ALSO_PURCHASED_PRODUCTS); ?></td>
+ </tr>
<?php
- if ((USE_CACHE == 'true') && empty($SID)) {
- echo tep_cache_also_purchased(3600);
- } else {
- include(DIR_WS_MODULES . FILENAME_ALSO_PURCHASED_PRODUCTS);
- }
}
?>
- </td>
- </tr>
</table></form></td>
<!-- body_text_eof //-->
<td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2">
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click