mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-13 11:58:48 +00:00
Use new templating style
Add two templates that I forgot to checkin last time Switch to utf8_bin collation Separate "Local" and "Upstream" links Translate "Submit" button Fix some debug statements
This commit is contained in:
parent
d32b43feb8
commit
fa35dfe69d
10 changed files with 79 additions and 25 deletions
|
@ -10,4 +10,4 @@ CREATE TABLE IF NOT EXISTS `mailstream_item` (
|
|||
KEY `message-id` (`message-id`),
|
||||
KEY `created` (`created`),
|
||||
KEY `completed` (`completed`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATION=utf8_bin;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue