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 @@
  • A warmer fuzzier feeling than before!
  • Our eternal love, as represented by the Donor you get next to your name.
  • -
  • 2 invitations, to invite 2 good friends to use this tracker.
  • = USER_LIMIT && !check_perms('site_can_invite_always') && !isset($DonorPerms['site_can_invite_always'])) { ?>