remove all $Id$ strings
[spider.git] / perl / DXSql / mysql.pm
index 3a638443276c92c73d2ffa5524706a241b38e5a8..be3a7aff74300fa7d7f5424c3c6d02436e042fca 100644 (file)
@@ -3,7 +3,7 @@
 #
 # Stuff like table creates and (later) alters
 #
-# $Id$
+#
 #
 # Copyright (c) 2005 Dirk Koopman G1TLH
 #
@@ -12,6 +12,7 @@ package DXSql::mysql;
 
 use DXDebug;
 
+use vars qw(@ISA);
 @ISA = qw{DXSql};
 
 sub show_tables