This website works better with JavaScript.
Home
Explore
Help
Sign In
brennen
/
bpb-kit
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
1
Releases
0
Wiki
Activity
Browse Source
notes-links-for: order on _page_ of the link, not its target
main
Brennen Bearnes
2 months ago
parent
3827833529
commit
26a55207ca
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
home/bin/notes-links-for
+ 1
- 1
home/bin/notes-links-for
View File
@ -67,7 +67,7 @@ my ($query, @bind) = $sql->select(
'links JOIN pages ON links.page = pages.page',
'*',
\%where,
{-desc => '
target
'}
{-desc => '
page
'}
);
if ($debug) {
Write
Preview
Loading…
Cancel
Save