[TEP-COMMIT] CVS: admin/admin products_attributes.php,1.52,1.53
cvs-OfajU3CKLf1/[email protected]
| Newsgroups | gmane.comp.web.oscommerce.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /pack/cvsroots/oscommerce/admin/admin
In directory sunsite.dk:/tmp/cvs-serv10308
Modified Files:
products_attributes.php
Log Message:
Remove duplicate query (Bug 1412)
Index: products_attributes.php
===================================================================
RCS file: /pack/cvsroots/oscommerce/admin/admin/products_attributes.php,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- products_attributes.php 2003/07/10 20:46:01 1.52
+++ products_attributes.php 2004/02/14 19:32:58 1.53
@@ -134,7 +134,6 @@
$value_id = tep_db_prepare_input($HTTP_GET_VARS['value_id']);
tep_db_query("delete from " . TABLE_PRODUCTS_OPTIONS_VALUES . " where products_options_values_id = '" . (int)$value_id . "'");
- tep_db_query("delete from " . TABLE_PRODUCTS_OPTIONS_VALUES . " where products_options_values_id = '" . (int)$value_id . "'");
tep_db_query("delete from " . TABLE_PRODUCTS_OPTIONS_VALUES_TO_PRODUCTS_OPTIONS . " where products_options_values_id = '" . (int)$value_id . "'");
tep_redirect(tep_href_link(FILENAME_PRODUCTS_ATTRIBUTES, $page_info));
-------------------------------------------------------
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