|
@@ -38,7 +38,7 @@ if (isset($_POST['type'])) {
|
38
|
38
|
('" . $Tag . "', '" . (time() + (60 * 60 * $Duration)) . "', 'freeleech')
|
39
|
39
|
ON DUPLICATE KEY UPDATE
|
40
|
40
|
First = CONVERT(First, UNSIGNED INTEGER) + " . (60 * 60 * $Duration));
|
41
|
|
- Torrents::freeleech_torrents($IDs, 1, 3);
|
|
41
|
+ Torrents::freeleech_torrents($IDs, 1, 3, false);
|
42
|
42
|
echo("Success! Now run the indexer.");
|
43
|
43
|
} else {
|
44
|
44
|
error('No torrents with that tag exist.');
|