extraTables initialized with null if not present instead of emptyString
[mir.git] / source / mir / storage / Database.java
index 7acbb67..0e30bc3 100755 (executable)
@@ -75,7 +75,7 @@ import com.codestudio.util.SQLManager;
  * Treiber, Host, User und Passwort, ueber den der Zugriff auf die
  * Datenbank erfolgt.
  *
- * @version $Id: Database.java,v 1.44.2.18 2003/11/27 21:11:53 rk Exp $
+ * @version $Id: Database.java,v 1.44.2.19 2003/11/28 17:16:37 rk Exp $
  * @author rk
  *
  */
@@ -587,6 +587,7 @@ public class Database implements StorageObject {
     
     // TODO get rid of emtpy Strings in extraTables
     // make extraTables null, if single empty String in it
+    // cause StringUtil.splitString puts in emptyString        
     if (extraTables != null && ((String)extraTables.get(0)).trim().equals(""))
       {
         logger.debug("+++ made extraTables to null!");