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/custom_rss/install/sql/uninstall.sql

    r9968 r9972  
    1111DELETE FROM `sys_options_cats` WHERE `name` = 'Custom RSS'; 
    1212 
    13 DELETE FROM `GlParams` WHERE `Name` = 'enable_crss_module'; 
    14 DELETE FROM `GlParams` WHERE `Name` = 'crss_AutoApprove_RSS'; 
     13DELETE FROM `sys_options` WHERE `Name` = 'enable_crss_module'; 
     14DELETE FROM `sys_options` WHERE `Name` = 'crss_AutoApprove_RSS'; 
    1515 
    1616DELETE FROM `PageCompose` WHERE `Caption`='_crss_Custom_Feeds' AND `Func`='PHP'; 
Note: See TracChangeset for help on using the changeset viewer.