Index: fb.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/fb/fb.module,v
retrieving revision 1.143
diff -u -p -r1.143 fb.module
--- fb.module	11 Feb 2011 16:50:11 -0000	1.143
+++ fb.module	20 Feb 2011 10:16:03 -0000
@@ -308,6 +308,15 @@ function fb_init() {
 }
 
 /**
+ * Implements hook_rdf_namespaces().
+ */
+function fb_rdf_namespaces() {
+  return array(
+    'fb' => 'http://www.facebook.com/2008/fbml',
+  );
+}
+
+/**
  * Helper to get the configured variables.
  *
  * Adds the javascript setting with the supplied key/value.  This function
@@ -1530,4 +1539,4 @@ function fb_channel_page() {
   $output .= "<script src=\"$url\"></script>\n";
   print $output;
   exit();
-}
\ No newline at end of file
+}
