HomeHelpTrac

Ignore:
Timestamp:
04/06/09 04:21:27 (3 years ago)
Author:
Andrey Prikaznov
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/boonex/store/install/sql/uninstall.sql

    r9970 r9972  
    4444-- settings 
    4545SET @iCategId = (SELECT `ID` FROM `sys_options_cats` WHERE `name` = 'Store'); 
    46 DELETE FROM `GlParams` WHERE `kateg` = @iCategId; 
     46DELETE FROM `sys_options` WHERE `kateg` = @iCategId; 
    4747DELETE FROM `sys_options_cats` WHERE `ID` = @iCategId; 
    4848 
Note: See TracChangeset for help on using the changeset viewer.