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

    r9970 r9972  
    1313DELETE FROM `sys_permalinks` WHERE `check`='permalinks_module_sites'; 
    1414 
    15 DELETE FROM `GlParams` WHERE `Name`='permalinks_module_sites'; 
     15DELETE FROM `sys_options` WHERE `Name`='permalinks_module_sites'; 
    1616 
    1717DELETE FROM `PageComposePages` WHERE `Name` = 'bx_sites_main' OR `Name` = 'bx_sites_profile' OR `Name` = 'bx_sites_view'; 
Note: See TracChangeset for help on using the changeset viewer.