Skip to content

Commit

Permalink
fixed 9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
smealum committed Sep 25, 2015
1 parent 40552c0 commit 4b9d6a9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ytb_page/version.php
Expand Up @@ -36,10 +36,14 @@ function getMenuVersion($v)
{
return "12288";
}
else if (($v["cup_1"]==3 or $v["cup_1"]==4))
else if ($v["cup_1"]==3)
{
return "13330";
}
else if ($v["cup_1"]==4)
{
return "14336";
}
else if ($v["cup_1"]==5)
{
return "15360";
Expand Down

0 comments on commit 4b9d6a9

Please sign in to comment.