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