Browse Source

Disable automatic group merging for now

spaghetti 8 years ago
parent
commit
3223dbd3b8
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      sections/upload/upload_handle.php

+ 3
- 3
sections/upload/upload_handle.php View File

@@ -363,7 +363,7 @@ if ($Type == 'Movies' || $Type == 'Anime' || $Type == 'Manga' || $Type == 'Games
363 363
   }
364 364
   if (!isset($GroupID) || !$GroupID) {
365 365
     foreach ($ArtistForm as $Num => $Artist) {
366
-      $DB->query("
366
+      /*$DB->query("
367 367
         SELECT
368 368
           tg.id,
369 369
           tg.WikiImage,
@@ -392,7 +392,7 @@ if ($Type == 'Movies' || $Type == 'Anime' || $Type == 'Manga' || $Type == 'Games
392 392
         //This torrent belongs in a group
393 393
         break;
394 394
 
395
-      } else {
395
+      } else {*/
396 396
         // The album hasn't been uploaded. Try to get the artist IDs
397 397
         $DB->query("
398 398
           SELECT
@@ -408,7 +408,7 @@ if ($Type == 'Movies' || $Type == 'Anime' || $Type == 'Manga' || $Type == 'Games
408 408
             }
409 409
           }
410 410
         }
411
-      }
411
+      //}
412 412
     }
413 413
   }
414 414
 }

Loading…
Cancel
Save