Index: img_assist.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/img_assist/Attic/img_assist.module,v
retrieving revision 1.56.2.17
retrieving revision 1.56.2.18
diff -u -p -r1.56.2.17 -r1.56.2.18
--- img_assist.module	14 Dec 2006 05:30:41 -0000	1.56.2.17
+++ img_assist.module	14 Dec 2006 14:41:42 -0000	1.56.2.18
@@ -1,5 +1,5 @@
 <?php
-// $Id: img_assist.module,v 1.56.2.17 2006/12/14 05:30:41 darrenoh Exp $
+// $Id: img_assist.module,v 1.56.2.18 2006/12/14 14:41:42 darrenoh Exp $
 
 /**
  * Implementation of hook_help().
@@ -1315,7 +1315,7 @@ function theme_img_assist_inline($node, 
     $output .= l($img_tag, '', array('onclick'=>"launch_popup($node->nid, $width, $height); return false;", 'target'=>'_blank'), NULL, NULL, FALSE, TRUE);
 
   } elseif ($link[0] == 'url') {
-    $output .= l($img_tag, $link[1], array(), NULL, NULL, FALSE, TRUE);
+    $output .= l($img_tag, $attributes['url'], array(), NULL, NULL, FALSE, TRUE);
   } else {
     $output .= $img_tag;
   }
