Fixed a problem with the applications table not being created correctly

This commit is contained in:
jengo 2000-10-03 10:09:48 +00:00
parent 0b2c610755
commit 4910fa7cd1

View File

@ -19,7 +19,7 @@
$db->query($sql);
$sql = "CREATE TABLE applications (
app_name varchar(25),
app_name varchar(25) NOT NULL,
app_title varchar(50),
app_enabled int,
app_order int,