no message
authorfh <fh>
Sun, 2 Sep 2001 14:38:02 +0000 (14:38 +0000)
committerfh <fh>
Sun, 2 Sep 2001 14:38:02 +0000 (14:38 +0000)
source/mircoders/storage/DatabaseLinksImcs.java

index 2ee8005..21eba6a 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 = "links_imcs";
     try {
       this.theEntityClass = Class.forName("mircoders.entity.EntityLinksImcs");
     } catch (Exception e) {