#dev | Logs for 2021-04-24

« return
[20:50:52] <Bytram> Looking at a (possibly out-of-date) local copy of site source...
[20:51:07] <Bytram> In file: ./plugins/Moderation/mysql_dump.sql
[20:51:19] <Bytram> Line 17 has:
[20:51:33] <Bytram> INSERT IGNORE INTO vars (name, value, description) VALUES ('moderator_or_post', '1', 'Can users moderate and post in the same discussion (1=yes, 0=no)');
[20:51:45] <Bytram> but I think it should be:
[20:51:57] <Bytram> INSERT IGNORE INTO vars (name, value, description) VALUES ('moderate_or_post', '1', 'Can users moderate and post in the same discussion (1=yes, 0=no)');
[20:52:12] <Bytram> IOW:
[20:53:45] <Bytram> On the site, the name on the VARS page is "moderate_or_post"
[20:54:47] <Bytram> IOW: s/tor_or/te_or/