Further MySQL syntax fixes

This commit is contained in:
Christopher York 2013-10-27 23:20:38 -05:00
parent 3aa153cabd
commit bb873be496

View file

@ -68,7 +68,7 @@ function websitepanel_addons_activate()
$query = "CREATE TABLE `mod_wspaddons` (
`whmcs_id` int(11) NOT NULL,
`wsp_id` int(11) NOT NULL,
`is_ipaddress` bit(1) NOT NULL DEFAULT b'0',
`is_ipaddress` bit(1) NOT NULL DEFAULT 0,
PRIMARY KEY (`whmcs_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;";
$result = full_query($query);