
02-04-2012, 05:54 PM
|
|
|
Join Date: Mar 2007
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Ted S
This is the wrong function clearly but only is being called when a duplicate product is found -- adding new valid items should not be impacted. We'll get a fix out in the next version but you can manually resolve it by changing line 846 to
Code:
if($product['productid']){ eval(standard_error(fetch_error('prodforums_admin_dup'))); }
|
Thank you that worked !
|