? add-icon-623198-1.patch
? fix-install-538172-26.patch
? ttt.sql
Index: follow.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/follow/follow.install,v
retrieving revision 1.5
diff -u -p -r1.5 follow.install
--- follow.install	4 Nov 2009 14:23:27 -0000	1.5
+++ follow.install	4 Nov 2009 15:18:41 -0000
@@ -14,7 +14,8 @@ function follow_install() {
   db_insert('follow_links')
     ->fields(array(
       'name' => 'this-site',
-      'url' => 'rss.xml',
+      'path' => 'rss.xml',
+      'options' => 'a:0:{}',
       'uid' => 0,
       'weight' => 0,
     ))
