bolivian setup seems to work now...
[mir.git] / source / mircoders / entity / adapter / ContentAdapterDefinition.java
index 1d94398..ee29929 100755 (executable)
@@ -26,8 +26,8 @@ public class ContentAdapterDefinition extends EntityAdapterDefinition {
   public ContentAdapterDefinition() {
     super();
 
-    addDBDateField("creationdate", "webdb_lastchange");
-    addDBDateField("changedate", "webdb_create");
+    addDBDateField("creationdate", "webdb_create");
+    addDBDateField("changedate", "webdb_lastchange");
     addMirDateField("date", "date");
     addCalculatedField("to_topics", new ContentToTopicsField());
     addCalculatedField("to_comments", new ContentToCommentsField());