we don't need to decodeHTML anymore since we don't encode... from MIR_1_0 branch
authormh <mh>
Wed, 27 Nov 2002 08:20:14 +0000 (08:20 +0000)
committermh <mh>
Wed, 27 Nov 2002 08:20:14 +0000 (08:20 +0000)
source/mircoders/entity/EntityContent.java

index 66ecb4d..b824a71 100755 (executable)
@@ -50,7 +50,7 @@ import mircoders.storage.*;
  * this class implements mapping of one line of the database table content
  * to a java object
  *
- * @version $Id: EntityContent.java,v 1.11 2002/11/04 04:35:21 mh Exp $
+ * @version $Id: EntityContent.java,v 1.12 2002/11/27 08:20:14 mh Exp $
  * @author mir-coders group
  *
  */
@@ -308,9 +308,6 @@ public class EntityContent extends Entity
                                             mirconf_mailLinkName,mirconf_extLinkName,
                                             mirconf_intLinkName);
       }
-      // commented this out as I don't think it necessary as we don't
-      // "encodeHTML" in the first place anymore.. -mh 2002.07.19
-      //returnField = StringUtil.decodeHTMLinTags(returnField);
     }
     return returnField;
   }
@@ -336,7 +333,6 @@ public class EntityContent extends Entity
                                             mirconf_mailLinkName,mirconf_extLinkName,
                                             mirconf_intLinkName);
       }
-      returnField = StringUtil.decodeHTMLinTags(returnField);
     }
     return returnField;
   }