Re: sqlpatch.php help-text gives "bad" information
@lat9: The issue, which is described more fully in http://www.zen-cart.com/showthread.p...178#post993178 is not that the use of this statement is problematic:
It's the use of delete without checking the configuration group id. If you use
Code:
DELETE FROM configuration WHERE configuration_group_id = @t4 AND configuration_group_id !=0;
DELETE FROM configuration_group WHERE configuration_group_id = @t4 AND configuration_group_id !=0;
Then you'll be fine.
Last edited by swguy; 18 Jul 2012 at 12:19 PM.
Scott C Wilson, That Software Guy, Plugin Moderator
Contributions: Quantity Discounts, Better Together, SMS on Sale, Gift Wrap at Checkout, and more.
Bookmarks