mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-03 11:25:29 -04:00
Sort tags in title
This commit is contained in:
parent
2618d8412b
commit
39b2636711
@ -308,7 +308,7 @@ class Storage
|
|||||||
tags = [] of String
|
tags = [] of String
|
||||||
MainFiber.run do
|
MainFiber.run do
|
||||||
get_db do |db|
|
get_db do |db|
|
||||||
db.query "select tag from tags where id = (?)", id do |rs|
|
db.query "select tag from tags where id = (?) order by tag", id do |rs|
|
||||||
rs.each do
|
rs.each do
|
||||||
tags << rs.read String
|
tags << rs.read String
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user