4 lines
325 B
MySQL
Raw Permalink Normal View History

2025-02-12 02:22:50 +00:00
INSERT INTO `config` (`var`, `val`, `category`, `type`, `type_values`, `order`, `name`, `description`) VALUES
('tours_temporarily_disabled', '0', 'Tours', 'yesno', '', '1', 'Disable Tours', 'Temporarily Disable Tours - Note, no student can complete their registration until this is enabled (assuming tours are enabled)');