bugfixes mainly...
[mir.git] / source / mircoders / entity / EntityComment.java
index b99e30a..6885b1e 100755 (executable)
@@ -68,8 +68,8 @@ public class EntityComment extends Entity
     {
       if (field.equals("date_formatted"))
       {
-                 if (hasValueForField("date"))
-       returnField = StringUtil.webdbDate2readableDate(getValue("date"));
+                 if (hasValueForField("webdb_create"))
+         returnField = StringUtil.dateToReadableDate(getValue("webdb_create"));
                }
       else if (field.equals("description_parsed")) {
         /** @todo the config stuff should be moved to StringUtil */