Crap I tried upgrading but keep getting an error with the xml file...
Code:
Invalid SQL:
CREATE TABLE `custom_droplinks` (
`linkid` mediumint(10) unsigned NOT NULL auto_increment,
`url` varchar(120) NOT NULL default '',
`name` varchar(100) NOT NULL default '',
`new_window` tinyint(2) unsigned NOT NULL default '0',
`alt` varchar(60) NOT NULL default '',
`number` int(20) unsigned NOT NULL default '0',
`image` varchar(230) NOT NULL default '',
`link_perms` varchar(100) NOT NULL default '',
PRIMARY KEY (`linkid`)
);;
Now I won't be able to add anything because the files we upload change how it works too....
*sigh*
What is up with this?