From d7872f94efaa2e502923de56eddbd9d15732e71a Mon Sep 17 00:00:00 2001 From: Andrew Moore Date: Thu, 10 Jul 2008 08:45:27 -0500 Subject: [PATCH] bug 2329 [1/1]: remove RSS from list of transport options for patron messaging I didn't implement a way for patrons to get their advance notices and other messages through RSS, so I'm removing it from the list of available transport types. This will cause the "RSS" column in the patron messasging pages to be unavailable. When we implement RSS, we can add it back in and the checkboxes will return. Signed-off-by: Joshua Ferraro --- installer/data/mysql/en/mandatory/message_transport_types.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/installer/data/mysql/en/mandatory/message_transport_types.sql b/installer/data/mysql/en/mandatory/message_transport_types.sql index 57d73e2112..517f5cc96c 100644 --- a/installer/data/mysql/en/mandatory/message_transport_types.sql +++ b/installer/data/mysql/en/mandatory/message_transport_types.sql @@ -2,5 +2,4 @@ INSERT INTO message_transport_types (message_transport_type) values ('email'), -('rss'), ('sms'); -- 2.39.2