diff --git a/gazelle.sql b/gazelle.sql index 6b517df9..b7cdd8bb 100644 --- a/gazelle.sql +++ b/gazelle.sql @@ -933,6 +933,7 @@ CREATE TABLE `torrents_groups_log` ( `UserID` int(10) NOT NULL, `Info` mediumtext, `Time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `Hidden` enum('0','1') NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `TorrentID` (`TorrentID`), KEY `GroupID` (`GroupID`), diff --git a/sections/donate/donate.php b/sections/donate/donate.php index f83cb378..25f444ca 100644 --- a/sections/donate/donate.php +++ b/sections/donate/donate.php @@ -77,7 +77,6 @@