Skip to content
Snippets Groups Projects
Commit 9a87246c authored by isaack's avatar isaack
Browse files

Bug #2

Beseitigung issue #2
parent 582aec51
Branches
No related merge requests found
...@@ -175,7 +175,7 @@ CREATE TABLE IF NOT EXISTS `vms_interface` ( ...@@ -175,7 +175,7 @@ CREATE TABLE IF NOT EXISTS `vms_interface` (
`surfklick` double(10,2) NOT NULL DEFAULT '0.00' `surfklick` double(10,2) NOT NULL DEFAULT '0.00'
) ENGINE=MyISAM DEFAULT CHARSET=latin1; ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
CREATE TABLE `vms_kontodaten` ( CREATE TABLE `vms_kontodaten` (
`uid` int(7) NOT NULL, `uid` int(7) NOT NULL,
`passwort` char(100) NOT NULL, `passwort` char(100) NOT NULL,
`status` tinyint(1) NOT NULL DEFAULT '0', `status` tinyint(1) NOT NULL DEFAULT '0',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment