Browse Source

Fix title field typos in upload form

spaghetti 7 years ago
parent
commit
630fd89dbc
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      sections/upload/upload.php

+ 2
- 1
sections/upload/upload.php View File

@@ -18,7 +18,8 @@ if (empty($Properties) && !empty($_GET['groupid']) && is_number($_GET['groupid']
18 18
       tg.ID as GroupID,
19 19
       tg.CategoryID,
20 20
       tg.Name AS Title,
21
-      tg.NameJP AS Title_JP,
21
+      tg.NameRJ AS TitleRJ,
22
+      tg.NameJP AS TitleJP,
22 23
       tg.Year,
23 24
       tg.Studio,
24 25
       tg.Series,

Loading…
Cancel
Save