Index: /trunk/psLib/src/types/psMetadataConfig.c
===================================================================
--- /trunk/psLib/src/types/psMetadataConfig.c	(revision 9798)
+++ /trunk/psLib/src/types/psMetadataConfig.c	(revision 9799)
@@ -10,6 +10,6 @@
 *  @author Eric Van Alst, MHPCC
 *
-*  @version $Revision: 1.102 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2006-10-31 00:08:19 $
+*  @version $Revision: 1.103 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2006-10-31 03:40:01 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -602,5 +602,5 @@
                     break;
                 }
-         
+
                 // Add item to template
                 if(!psMetadataAddItem(metadataTemplate, tempItem, PS_LIST_TAIL, PS_META_DEFAULT)) {
@@ -1383,9 +1383,5 @@
     switch (item->type) {
     case PS_DATA_METADATA_MULTI: {
-            if (item->comment && strncmp(item->comment, "", 2)) {
-                psStringAppend(&content, "%s MULTI # %s\n", item->name, item->comment);
-            } else {
-                psStringAppend(&content, "%s MULTI\n", item->name);
-            }
+            psStringAppend(&content, "%s MULTI\n", item->name);
 
             // a MULTI is a list of items so we need to recurse through the
