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

Loading…
Cancel
Save