mirror of
https://github.com/Tailszefox/Pony-Fusion.git
synced 2024-11-23 14:27:59 +01:00
Easter eggs can also be in the "to" field
This commit is contained in:
parent
df7dc8dabc
commit
05af8c685f
1 changed files with 2 additions and 2 deletions
|
@ -81,13 +81,13 @@ else
|
||||||
<p>
|
<p>
|
||||||
<select name="from" id="from" class="fusionChoice">
|
<select name="from" id="from" class="fusionChoice">
|
||||||
<?php
|
<?php
|
||||||
if($from == "vinyl2")
|
if($from == "vinyl2" || $to == "vinyl2")
|
||||||
{
|
{
|
||||||
$ponies["vinyl2"]["hidden"] = FALSE;
|
$ponies["vinyl2"]["hidden"] = FALSE;
|
||||||
$ponies["vinyl"]["hidden"] = TRUE;
|
$ponies["vinyl"]["hidden"] = TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
if($from == "starlight2")
|
if($from == "starlight2" || $to == "starlight2")
|
||||||
{
|
{
|
||||||
$ponies["starlight2"]["hidden"] = FALSE;
|
$ponies["starlight2"]["hidden"] = FALSE;
|
||||||
$ponies["starlight"]["hidden"] = TRUE;
|
$ponies["starlight"]["hidden"] = TRUE;
|
||||||
|
|
Loading…
Reference in a new issue