get rid of Log CVS keyword expansion that causes problems when merging branches....
[mir.git] / source / mir / storage / Database.java
index 572f674..f2182ac 100755 (executable)
@@ -55,26 +55,9 @@ import  mir.misc.*;
  * Treiber, Host, User und Passwort, ueber den der Zugriff auf die
  * Datenbank erfolgt.
  *
- * @version $Revision: 1.21.2.1 $ $Date: 2002/09/01 21:31:41 $
+ * @version $Revision: 1.21.2.2 $ $Date: 2002/11/26 01:52:55 $
  * @author $Author: mh $
  *
- * $Log: Database.java,v $
- * Revision 1.21.2.1  2002/09/01 21:31:41  mh
- * Mir goes GPL
- *
- * Revision 1.21  2002/08/04 23:38:22  mh
- * fix up the webdb_create update stuff
- *
- * Revision 1.20  2002/07/21 22:32:25  mh
- * on insert, the "webdb_lastchange" field should get a value
- *
- * Revision 1.19  2002/06/29 15:44:46  mh
- * make the webdb_create update be called webdb_create_update. it breaks things otherwise. a fixme case I know..
- *
- * Revision 1.18  2002/06/28 20:42:13  mh
- * added necessary bits in templates and Database.java to make webdb_create modifiable. make the conversion from sql/Timestamp to String more robust
- *
- *
  */
 public class Database implements StorageObject {