no message
authorfh <fh>
Thu, 6 Sep 2001 12:38:13 +0000 (12:38 +0000)
committerfh <fh>
Thu, 6 Sep 2001 12:38:13 +0000 (12:38 +0000)
source/mircoders/storage/DatabaseLinksImcs.java

index 841eb48..c330296 100755 (executable)
@@ -46,7 +46,7 @@ public class DatabaseLinksImcs extends Database
     super();
     //this.cache = new HashMap();
     this.hasTimestamp = false;
-    this.theTable = "linksimcs";
+    this.theTable = "links_imcs";
     try {
       this.theEntityClass = Class.forName("mircoders.entity.EntityLinksImcs");
     } catch (Exception e) {