Index: exif.class.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/exif/Attic/exif.class.php,v
retrieving revision 1.1.2.5
diff -u -r1.1.2.5 exif.class.php
--- exif.class.php	28 Sep 2009 19:00:38 -0000	1.1.2.5
+++ exif.class.php	7 Oct 2009 20:34:55 -0000
@@ -89,7 +89,7 @@
         foreach($value as $innerkey => $innervalue)
         {
           if( ($innerkey+1) != count($value) ) {
-             
+             $resultTag .= $innervalue . ", ";     
           }
           else {
             $resultTag .= $innervalue;
