mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-05 23:10:28 +00:00
Fix typo
This commit is contained in:
parent
3283d38867
commit
4b6872aa42
@ -406,7 +406,7 @@ SqlTiddlerDatabase.prototype.getRecipeTiddlers = function(recipename) {
|
||||
INNER JOIN recipes AS r ON rb.recipe_id = r.recipe_id
|
||||
INNER JOIN tiddlers AS t ON b.bag_id = t.bag_id
|
||||
WHERE r.recipe_name = $recipe_name
|
||||
GROUP BY t.title, b.bag_name
|
||||
GROUP BY t.title
|
||||
ORDER BY t.title
|
||||
)
|
||||
`,{
|
||||
|
Loading…
Reference in New Issue
Block a user