1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-30 07:50:47 +00:00
This commit is contained in:
Jeremy Ruston 2023-06-29 22:49:08 +01:00
parent 6ded5e68bf
commit b29af447e5

View File

@ -153,7 +153,7 @@ $tw.SqlFunctions = function(options) {
from tiddlers t4 from tiddlers t4
where t4.title = t3.title where t4.title = t3.title
and t4.shadow = 1 and t4.shadow = 1
); )
order by title; order by title;
`); `);
this.sqlEachShadowTiddler = function(callback) { this.sqlEachShadowTiddler = function(callback) {