This commit is contained in:
Jeremy Ruston
2023-06-29 22:49:08 +01:00
parent 6ded5e68bf
commit b29af447e5
@@ -153,7 +153,7 @@ $tw.SqlFunctions = function(options) {
from tiddlers t4
where t4.title = t3.title
and t4.shadow = 1
);
)
order by title;
`);
this.sqlEachShadowTiddler = function(callback) {