changeset 51:568f680e9d25

Fix default case of setShowOnly.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 24 Sep 2021 19:12:32 +0300
parents 2e4ed4d58660
children 5ecb69069be3
files info.php
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/info.php	Thu Sep 02 08:24:10 2021 +0300
+++ b/info.php	Fri Sep 24 19:12:32 2021 +0300
@@ -169,6 +169,10 @@
     }
   }
 }
+else
+{
+  $setShowOnly = 0;
+}
 
 $setSwapRows = (isset($_GET["swap"]) && is_array($_GET["swap"])) ? $_GET["swap"] : array();