From cc19bf4c2d899da3e14bd25175a7f55288cd94b9 Mon Sep 17 00:00:00 2001 From: DanielSeifert Date: Wed, 5 Sep 2012 12:06:38 +0000 Subject: [PATCH] change install.sql --- setup+doku/install.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup+doku/install.sql b/setup+doku/install.sql index 4be580d..be89199 100644 --- a/setup+doku/install.sql +++ b/setup+doku/install.sql @@ -4,4 +4,4 @@ CREATE TABLE d3usersonline ( `timevisit` int(11) NOT NULL default '0', `oxclass` varchar(32) collate latin1_general_ci NOT NULL, PRIMARY KEY (id) -) TYPE=MyISAM; \ No newline at end of file +) ENGINE=MyISAM; \ No newline at end of file