forked from science-ation/science-ation
2 lines
295 B
SQL
2 lines
295 B
SQL
INSERT INTO `config` ( `var` , `val` , `category` , `type` , `type_values` , `ord` , `description` , `section`, `conferencetypes`, `conferences_id`, `year`) VALUES ( 'show_winners', 'yes', 'Global', 'yesno', '', '900', 'Display Winners', 'conference', 'sciencefair,scienceolympics', '-1', '-1')
|