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

    r9970 r9972  
    5454('Christmas songs', 0, 'shared_music', 0, 'active'); 
    5555 
    56 -- GlParams settings 
     56-- sys_options settings 
    5757INSERT INTO `sys_options_cats` VALUES('', 'Shared Music', ''); 
    5858SET @iKatID = LAST_INSERT_ID(); 
    5959 
    60 INSERT INTO `GlParams` (`Name`, `VALUE`, `kateg`, `desc`, `Type`, `check`, `err_text`, `order_in_kateg`) VALUES 
     60INSERT INTO `sys_options` (`Name`, `VALUE`, `kateg`, `desc`, `Type`, `check`, `err_text`, `order_in_kateg`) VALUES 
    6161('topMusicMaxNum', '10', @iKatID, 'How many gallery files show on index page in music area', 'digit', '', '', 1), 
    6262('topMusicMode', 'rand', @iKatID, 'Show members on index page<br /> (if enabled in the template)', 'combobox', 'return $arg0 == ''rand'' || $arg0 == ''last'' || $arg0 == ''top'' ? true : false;', 'posible values: rand, last, top', 2), 
     
    7575('maxSharedMusicThumbHeight', '80', @iKatID, 'Max height of gallery music thumb (in pixels)', 'digit', '', '', 17); 
    7676 
    77 INSERT INTO `GlParams` (`Name`, `VALUE`, `kateg`, `desc`, `Type`, `check`, `err_text`, `order_in_kateg`) VALUES 
     77INSERT INTO `sys_options` (`Name`, `VALUE`, `kateg`, `desc`, `Type`, `check`, `err_text`, `order_in_kateg`) VALUES 
    7878('permalinks_gallery_music', 'on', 26, 'Enable friendly gallery music permalinks', 'checkbox', '', '', 8); 
    7979 
Note: See TracChangeset for help on using the changeset viewer.