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

    r9968 r9972  
    3030-- INSERT INTO `sys_options_cats` VALUES(NULL, 'Quotes', 9); 
    3131-- SET @iGlCategID = LAST_INSERT_ID(); 
    32 INSERT INTO `GlParams` (`Name`, `VALUE`, `kateg`, `desc`, `Type`, `check`, `err_text`, `order_in_kateg`) VALUES ('enable_daily_quotes', 'on', 3, 'Enable Daily Quotes as pages', 'checkbox', '', '', NULL); 
     32INSERT INTO `sys_options` (`Name`, `VALUE`, `kateg`, `desc`, `Type`, `check`, `err_text`, `order_in_kateg`) VALUES ('enable_daily_quotes', 'on', 3, 'Enable Daily Quotes as pages', 'checkbox', '', '', NULL); 
    3333 
    3434INSERT INTO `sys_injections` (`id`, `name`, `page_index`, `key`, `type`, `data`, `replace`, `active`) VALUES(NULL, 'quotes_injection', 0, 'injection_top', 'php', 'return BxDolService::call("quotes", "get_quote_unit");', 0, 1); 
Note: See TracChangeset for help on using the changeset viewer.