27 Sep
2006
27 Sep
'06
6:36 p.m.
User: karthik Branch: HEAD Date: Wed, 27 Sep 2006 16:36:58 +0000 Modified files: /modules/relatedlinks relatedlinks.module Log message: relatedlinks_get_links was needlessly being called twice; filter_xss was being applied during the load nodeapi hook - it should only be applied before display (in hook_block) to ensure that user data is always preserved. To this end, a helper function _relatedlinks_filter() has been added. dos2unix-ed file :| Links: http://cvs.drupal.org/diff.php?path=contributions/modules/relatedlinks/relat...