From 6fa789fa351f2eb6db6e5fd13fe55bc876a54579 Mon Sep 17 00:00:00 2001 From: fh Date: Sun, 2 Sep 2001 14:38:02 +0000 Subject: [PATCH] no message --- source/mircoders/storage/DatabaseLinksImcs.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/mircoders/storage/DatabaseLinksImcs.java b/source/mircoders/storage/DatabaseLinksImcs.java index 2ee80055..21eba6a0 100755 --- a/source/mircoders/storage/DatabaseLinksImcs.java +++ b/source/mircoders/storage/DatabaseLinksImcs.java @@ -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) { -- 2.11.0