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

    r9968 r9972  
    3232INSERT INTO `sys_options_cats` VALUES(NULL, 'Custom RSS', @iGPKOrder+1); 
    3333SET @iGlCategID = LAST_INSERT_ID(); 
    34 INSERT INTO `GlParams` (`Name`, `VALUE`, `kateg`, `desc`, `Type`, `check`, `err_text`, `order_in_kateg`) VALUES('enable_crss_module', 'on', @iGlCategID, 'Enable Custom RSS Module', 'checkbox', '', '', NULL); 
    35 INSERT INTO `GlParams` (`Name`, `VALUE`, `kateg`, `desc`, `Type`, `check`, `err_text`, `order_in_kateg`) VALUES('crss_AutoApprove_RSS', 'on', @iGlCategID, 'Autoapprove Custom RSS of Custom RSS Module', 'checkbox', '', '', NULL); 
     34INSERT INTO `sys_options` (`Name`, `VALUE`, `kateg`, `desc`, `Type`, `check`, `err_text`, `order_in_kateg`) VALUES('enable_crss_module', 'on', @iGlCategID, 'Enable Custom RSS Module', 'checkbox', '', '', NULL); 
     35INSERT INTO `sys_options` (`Name`, `VALUE`, `kateg`, `desc`, `Type`, `check`, `err_text`, `order_in_kateg`) VALUES('crss_AutoApprove_RSS', 'on', @iGlCategID, 'Autoapprove Custom RSS of Custom RSS Module', 'checkbox', '', '', NULL); 
    3636 
    3737SELECT @PageKey1 := MAX(`Order`) FROM `PageCompose` WHERE `Page` = 'profile' AND `Column`=2; 
Note: See TracChangeset for help on using the changeset viewer.