fix conflict

This commit is contained in:
Thibault GUILLAUME 2016-04-04 11:49:45 +02:00
commit 5beaf8e77e
5 changed files with 10 additions and 17 deletions

View File

@ -792,10 +792,10 @@ class AdminImport extends AdminTab
VALUES (
'.(int) $product->id.',
"'.pSQL($product->nc8).'",
'. pSQL($product->origin_country_id).'
"'. pSQL($product->origin_country_id).'"
)
ON DUPLICATE KEY UPDATE `nc8` = "'.pSQL($product->nc8).'",
`id_country` = '.pSQL($product->origin_country_id).'
`id_country` = "'.pSQL($product->origin_country_id).'"
');
}

View File

@ -286,6 +286,7 @@ class AdminProducts extends AdminTab
ORDER BY cp.id_product
');
$products = array_merge($first_products,$second_products);
// Update des postions
foreach ($products as $key => $product) {
@ -1381,10 +1382,10 @@ class AdminProducts extends AdminTab
VALUES (
'.(int) $object->id.',
"'.pSQL(Tools::getValue('nc8')).'",
'.pSQL(Tools::getValue('id_country')).'
"'.pSQL(Tools::getValue('id_country')).'"
)
ON DUPLICATE KEY UPDATE `nc8` = "'.pSQL(Tools::getValue('nc8')).'",
`id_country` = '.pSQL(Tools::getValue('id_country')).'
`id_country` = "'.pSQL(Tools::getValue('id_country')).'"
');
if (Validate::isLoadedObject($object))

View File

@ -82,13 +82,13 @@ class Ant_Alert extends Module
);
if ((int)$open_messages['total'] >= (int)Configuration::get('ANT_ALTER_LIMIT')) {
// dev
$to = array('marion@antadis.com');
// $to = array('marion@antadis.com');
// prod
/*$to = array(
$to = array(
'frederic@bebeboutik.com',
'jacques@bebeboutik.com',
'valentin@bebeboutik.com'
);*/
'valentin@bebeboutik.com',
);
$data = array(
'{limit}' => (int)Configuration::get('ANT_ALTER_LIMIT'),
'{hours}' => (int)Configuration::get('ANT_ALTER_HOURS'),

View File

@ -199,7 +199,7 @@ var fieldRequired = '{l s='Please fill in all required fields, then save the cus
</ul>*}
<div class="facebook_like">
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fbebeboutik&amp;layout=standard&amp;show_faces=false&amp;width=420&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:420px; height:35px; margin-left:0px; margin-top:10px; margin-bottom: 20px"></iframe>
<iframe src="https://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fbebeboutik&amp;layout=standard&amp;show_faces=false&amp;width=420&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:420px; height:35px; margin-left:0px; margin-top:10px; margin-bottom: 20px"></iframe>
</div>
</div>

View File

@ -383,14 +383,6 @@ var fieldRequired = '{l s='Please fill in all required fields, then save the cus
</form>
{/if}
<div class="facebook_like">
<iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2FBricoPrive&amp;send=false&amp;layout=standard&amp;width=450&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font&amp;height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:35px;" allowTransparency="true" style="border:none; overflow:hidden; width:420px; height:35px; margin-left:0px; margin-top:10px; margin-bottom: 20px"></iframe>
</div>