Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
`thumbnail_id` int(11) NOT NULL,
`thumbnail_id` int(11) NOT NULL default '0',
$query = "INSERT INTO ".$TABLE_PREFIX."collections (`name`,`description`,`id`,`path`) VALUES ('$sql_name', '$description', '', '$collection_folder')";
$query = "INSERT INTO ".$TABLE_PREFIX."collections (`name`,`description`,`id`,`path`) VALUES ('$sql_name', '$description', '0', '$collection_folder')";
1 to 6 of 6