Skip to content

Commit

Permalink
Simplified work titles bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Open Opus committed Nov 11, 2020
1 parent 47114d5 commit 19715a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/dyn/work/guess/index.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
foreach ($_REQUEST["works"] as $works)
{
$reqcomps[str_replace ("-", "", slug ($works["composer"]))] = $works["composer"];
$reqworks[str_replace ("-", "", slug ($works["composer"]))][str_replace ("-", "", slug (worksimplifier ($works["title"])))] = $works["title"];
$reqworks[str_replace ("-", "", slug ($works["composer"]))][str_replace ("-", "", slug (/*worksimplifier (*/$works["title"]/*)*/))] = $works["title"];
}

// finding the composers
Expand Down

0 comments on commit 19715a2

Please sign in to comment.