Index: trunk/psLib/src/types/psMetadataConfig.c
===================================================================
--- trunk/psLib/src/types/psMetadataConfig.c	(revision 8836)
+++ trunk/psLib/src/types/psMetadataConfig.c	(revision 8837)
@@ -10,6 +10,6 @@
 *  @author Eric Van Alst, MHPCC
 *
-*  @version $Revision: 1.89 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2006-09-19 03:32:10 $
+*  @version $Revision: 1.90 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2006-09-19 03:45:24 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -1372,5 +1372,5 @@
         break;
     case PS_DATA_STRING:
-        if (item->data.str) {
+        if (item->data.str && strlen(item->data.str) > 0) {
             psStringAppend(&content, "%-15s  %-8s  %-15s",
                            item->name, "STR", item->data.str);
