no message
[mir.git] / source / mircoders / storage / DatabaseLinksImcs.java
index 2ee8005..ed8544d 100755 (executable)
@@ -46,7 +46,7 @@ public class DatabaseLinksImcs extends Database
     super();
     this.cache = new HashMap();
     this.hasTimestamp = false;
-    this.theTable = "links_imc";
+    this.theTable = "linksimcs";
     try {
       this.theEntityClass = Class.forName("mircoders.entity.EntityLinksImcs");
     } catch (Exception e) {