diff -Nurp attached_node_orig/attached_node.info attached_node/attached_node.info
--- attached_node_orig/attached_node.info	1970-01-01 01:00:00.000000000 +0100
+++ attached_node/attached_node.info	2007-09-01 18:06:00.000000000 +0100
@@ -0,0 +1,3 @@
+; $Id $
+name = "Attached node"
+description = "Provides an input filter that allows a node to include the contents of other nodes."
diff -Nurp attached_node_orig/attached_node.module attached_node/attached_node.module
--- attached_node_orig/attached_node.module	2006-08-13 19:12:15.000000000 +0100
+++ attached_node/attached_node.module	2007-09-01 17:57:12.000000000 +0100
@@ -211,7 +211,7 @@ function theme_attached_node_format($con
 function attached_node_nodeapi(&$node, $op) {
   if($op == "update") {
     // since this is a node-specific filter, clear the cache when nodes are updated
-    cache_clear_all('filter', true);
+    cache_clear_all(null, 'cache_filter');
   }
 }
 
@@ -244,9 +244,6 @@ function attached_node_help($section = "
       you can specify those in the filter configuration.
       </p>');
       break;
-    case 'admin/modules#description':
-      $output = t("A utility module to attach nodes to other nodes.");
-      break;
   }
   return $output;
 }
@@ -285,5 +282,3 @@ function attached_node_filter_tips($delt
     [node:<em>node_id</em>,param_1="val1",param_2="val2"]');
   }
 }
-
-?>
