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

    r9888 r9972  
    77DROP TABLE IF EXISTS `[db_prefix]units`; 
    88 
    9 DELETE FROM `GlParams` WHERE `Name` = 'enable_daily_quotes'; 
     9DELETE FROM `sys_options` WHERE `Name` = 'enable_daily_quotes'; 
    1010 
    1111DELETE FROM `sys_injections` WHERE `sys_injections`.`name` = 'quotes_injection'; 
Note: See TracChangeset for help on using the changeset viewer.