--- trunk/pgest.c 2005/05/26 00:06:10 14 +++ trunk/pgest.c 2005/05/26 00:16:48 16 @@ -214,7 +214,7 @@ values[0] = (char *) attr2text(doc,"@id"); values[1] = (char *) attr2text(doc,"@uri"); values[2] = (char *) attr2text(doc,"@title"); - values[3] = (char *) attr2text(doc,"@type"); + values[3] = (char *) attr2text(doc,"@size"); /* destloy the document object */ elog(DEBUG2, "est_doc_delete");