Fix vardump
This commit is contained in:
parent
6da3ed1a51
commit
8c3e7b4dc6
@ -1003,8 +1003,7 @@ if (empty($reshook))
|
|||||||
} else {
|
} else {
|
||||||
$desc = $prod->description;
|
$desc = $prod->description;
|
||||||
}
|
}
|
||||||
var_dump($desc);
|
|
||||||
var_dump($product_desc);exit;
|
|
||||||
//If text set in desc is the same as product description (as now it's preloaded) whe add it only one time
|
//If text set in desc is the same as product description (as now it's preloaded) whe add it only one time
|
||||||
if ($product_desc==$desc && !empty($conf->global->PRODUIT_AUTOFILL_DESC)) {
|
if ($product_desc==$desc && !empty($conf->global->PRODUIT_AUTOFILL_DESC)) {
|
||||||
$product_desc='';
|
$product_desc='';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user