*** empty log message ***
authorfh <fh>
Tue, 4 Sep 2001 22:16:49 +0000 (22:16 +0000)
committerfh <fh>
Tue, 4 Sep 2001 22:16:49 +0000 (22:16 +0000)
source/mircoders/storage/DatabaseLinksImcs.java
templates-dist/de/linksimcs.template

index 21eba6a..ed8544d 100755 (executable)
@@ -46,7 +46,7 @@ public class DatabaseLinksImcs extends Database
     super();
     this.cache = new HashMap();
     this.hasTimestamp = false;
-    this.theTable = "links_imcs";
+    this.theTable = "linksimcs";
     try {
       this.theEntityClass = Class.forName("mircoders.entity.EntityLinksImcs");
     } catch (Exception e) {
index 58c929e..f13409c 100755 (executable)
@@ -54,8 +54,8 @@
     <td align="right" bgcolor="#006600"><font color="#ffffff"><B>Sprache:</B></font></td>
     <td>
       <select name="to_language" size="1">
-               <option value="de"> deutsch 
-               <option value="eng"> englisch 
+               <option value="1"> deutsch 
+               <option value="2"> englisch 
          </select>
     </td>
   </tr>