From f3cc911a9aaa3805cd81d7d187de083ac97aee70 Mon Sep 17 00:00:00 2001 From: dMetzger Date: Thu, 16 Aug 2012 14:32:47 +0000 Subject: [PATCH] // Added missing index --- install-dev/data/db_structure.sql | 1 + upload/index.php | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/install-dev/data/db_structure.sql b/install-dev/data/db_structure.sql index b93c2f3e4..c55ad8cf4 100644 --- a/install-dev/data/db_structure.sql +++ b/install-dev/data/db_structure.sql @@ -731,6 +731,7 @@ CREATE TABLE `PREFIX_feature_product` ( `id_feature_value` int(10) unsigned NOT NULL, PRIMARY KEY (`id_feature`,`id_product`), KEY `id_feature_value` (`id_feature_value`) + KEY `id_feature_value` (`id_product`) ) ENGINE=ENGINE_TYPE DEFAULT CHARSET=utf8; CREATE TABLE `PREFIX_feature_value` ( diff --git a/upload/index.php b/upload/index.php index 15aba8204..60bc2ce27 100644 --- a/upload/index.php +++ b/upload/index.php @@ -1,4 +1,29 @@ +* @copyright 2007-2012 PrestaShop SA +* @version Release: $Revision: 6844 $ +* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) +* International Registered Trademark & Property of PrestaShop SA +*/ header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");