no message
authorfh <fh>
Wed, 5 Sep 2001 15:54:37 +0000 (15:54 +0000)
committerfh <fh>
Wed, 5 Sep 2001 15:54:37 +0000 (15:54 +0000)
source/mircoders/storage/DatabaseLinksImcs.java

index ed8544d..841eb48 100755 (executable)
@@ -44,7 +44,7 @@ public class DatabaseLinksImcs extends Database
   private DatabaseLinksImcs () throws StorageObjectException
   {
     super();
-    this.cache = new HashMap();
+    //this.cache = new HashMap();
     this.hasTimestamp = false;
     this.theTable = "linksimcs";
     try {
@@ -58,8 +58,12 @@ public class DatabaseLinksImcs extends Database
    * put your documentation comment here
    * @return
    */
+  public SimpleHash getHashData () {
+    return  getHashData();
+  }
+
   public SimpleList getPopupData () {
-    return  getPopupData("title", true);
+    return  getPopupData();
   }
 }