--- search2.module 2011-10-20 12:50:06.000000000 +0100 +++ search1.module 2011-10-20 12:48:50.000000000 +0100 @@ -501,7 +501,7 @@ if ($linknid > 0) { // Note: ignore links to uncachable nodes to avoid redirect bugs. $node = db_fetch_object(db_query('SELECT n.title, n.nid, n.vid, r.format FROM {node} n INNER JOIN {node_revisions} r ON n.vid = r.vid WHERE n.nid = %d', $linknid)); - if (filter_format_allowcache($node->format)) { + if (filter_format_allowcache($node->format) || TRUE) { $link = TRUE; $linktitle = $node->title; }