Index: bbcode.info
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/bbcode/bbcode.info,v
retrieving revision 1.1
diff -u -F^f -r1.1 bbcode.info
--- bbcode.info	14 Sep 2006 17:53:03 -0000	1.1
+++ bbcode.info	13 Dec 2007 23:47:19 -0000
@@ -1,2 +1,3 @@
 name = BBCode
 description = Allow the use of BBCode in your posts.
+core = 6.x
Index: bbcode.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/bbcode/bbcode.module,v
retrieving revision 1.46
diff -u -F^f -r1.46 bbcode.module
--- bbcode.module	26 May 2007 06:58:31 -0000	1.46
+++ bbcode.module	13 Dec 2007 23:47:20 -0000
@@ -12,7 +12,7 @@ function bbcode_filter_tips($delta, $for
     return _bbcode_filter_tip();
   }
   else {
-    $output = t('You can use !BBCode tags in the text.', array('!BBCode' =>  l(t('BBCode'), "filter/tips/$format", NULL, NULL, 'filter-bbcode-' . $delta)));
+    $output = t('You can use !BBCode tags in the text.', array('!BBCode' =>  l(t('BBCode'), "filter/tips/$format", array('fragment' => 'filter-bbcode-' . $delta))));
     if (variable_get("bbcode_make_links_$format", FALSE)) {
       $output .= ' '. t('URLs will automatically be converted to links.');
     }
