Index: project_issue.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/project_issue/project_issue.module,v
retrieving revision 1.88.2.7
diff -u -p -r1.88.2.7 project_issue.module
--- project_issue.module	9 Aug 2008 01:38:33 -0000	1.88.2.7
+++ project_issue.module	6 Sep 2008 14:16:59 -0000
@@ -1185,7 +1185,7 @@ function project_issue_filter($op, $delt
     case 'prepare':
       return $text;
     case 'process':
-      $regex = '(?<!\w)(\[#(\d+)(-(\d+))?\])(?![^<]*<\/a>|([^<]++|(<(?!code)))*<\/code>|([^<]++|(<(?!pre)))*<\/pre>|\w)';
+      $regex = '(?<!\w)(\[#((\d+)(-(\d+))?|http.+?node/(\d)+)(#comment-(\d+))?\])(?![^<]*<\/a>|([^<]++|(<(?!code)))*<\/code>|([^<]++|(<(?!pre)))*<\/pre>|\w)';
       $offset = 0;
       while(preg_match("/$regex/", $text, $preg_matches, PREG_OFFSET_CAPTURE, $offset)) {
         $offset++;
