Index: imagecache_profiles.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/imagecache_profiles/imagecache_profiles.module,v
retrieving revision 1.5
diff -u -r1.5 imagecache_profiles.module
--- imagecache_profiles.module	19 Dec 2008 18:12:56 -0000	1.5
+++ imagecache_profiles.module	11 Jul 2009 21:56:46 -0000
@@ -38,7 +38,7 @@
       }
     }
     // If viewing a comment
-    if ($account->cid) {
+    if ($account->cid || (isset($account->comment) && !isset($account->teaser))) {
       if (variable_get('user_picture_imagecache_comments', 0)) {
         $size = variable_get('user_picture_imagecache_comments', 0);
       }

