Empty commit

This commit is contained in:
Git 2011-09-17 08:00:12 +00:00
parent c18eb15319
commit 553ec55fe7
2 changed files with 1 additions and 1 deletions

View File

@ -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`),

View File

@ -77,7 +77,6 @@
<li>A warmer fuzzier feeling than before!</li>
<? } else { ?>
<li>Our eternal love, as represented by the <img src="<?=STATIC_SERVER?>common/symbols/donor.png" alt="Donor" /> you get next to your name.</li>
<li>2 invitations, to invite 2 good friends to use this tracker.</li>
<?
if(USER_LIMIT != 0 && $UserCount >= USER_LIMIT && !check_perms('site_can_invite_always') && !isset($DonorPerms['site_can_invite_always'])) {
?>