X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/e417e7a66e9109ac510e4b9a7747224d60dba85e..e46a3b753463e71d8a24c35a5035cfbc47dd4816:/doc/bugs/bestlink_returns_deleted_pages.mdwn diff --git a/doc/bugs/bestlink_returns_deleted_pages.mdwn b/doc/bugs/bestlink_returns_deleted_pages.mdwn index 861663a56..874f18ead 100644 --- a/doc/bugs/bestlink_returns_deleted_pages.mdwn +++ b/doc/bugs/bestlink_returns_deleted_pages.mdwn @@ -32,6 +32,9 @@ won't it make sense for bestlink() to check %pagesources first? --[[harishcm]] >> probably try using a workaround if using bestlink within the needsbuild >> or scan hooks. Maybe by testing if pagemtime equals zero. --[[harishcm]] +>>> Yeah, and bestlink could also do that. However, it feels nasty to have +>>> it need to look at pagemtime. --[[Joey]] + ---- #!/usr/bin/perl