Error: Cannot uninstall - please verify you put this in the same place as SMF\'s index.php.');
// drop table if it exists. Should make SMF-update 1.1rc2 -> 1.1rc3 easier.
$result = db_query("DROP TABLE `{$db_prefix}sbox_content`", __FILE__, __LINE__);
// Uh-oh spaghetti-oh!
if ($result === false)
echo 'Error: Table drop failed!
';
$result = db_query("DELETE FROM `{$db_prefix}settings` WHERE variable LIKE '{$mod_settings_prefix}%'", __FILE__, __LINE__);
// Uh-oh spaghetti-oh!
if ($result === false)
echo 'Error: Settings removal failed!
';
?>