--- leech_patch/leech.module	2007-01-22 17:13:16.000000000 +0100
+++ leech/leech.module	2007-01-04 22:08:49.000000000 +0100
@@ -2428,9 +2428,7 @@
       if (!$tags[$tags[$i][9]][$name]) {
         $tags[$tags[$i][9]][$name] = array();
       }
-      if (is_array($tags[$tags[$i][9]][$name])) {
-        $tags[$tags[$i][9]][$name][] = &$tags[$i];
-      }
+      $tags[$tags[$i][9]][$name][] = &$tags[$i];
     }
     else {
       if (!$tags[$name]) {
