From 0aacb224aa443b89eb9ad4fc5408db600c0fa596 Mon Sep 17 00:00:00 2001 From: markjcrane Date: Fri, 14 Aug 2015 10:15:31 -0600 Subject: [PATCH] If select_found is false then show the custom select. --- resources/classes/destinations.php | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/resources/classes/destinations.php b/resources/classes/destinations.php index 71d89cb2df..3606c674b8 100644 --- a/resources/classes/destinations.php +++ b/resources/classes/destinations.php @@ -171,10 +171,9 @@ class destinations { $response .= "\n"; } - //default selection found to false - $selection_found = false; + //set default to false + $select_found = false; - //print_r($switch); $response .= " \n"; if (if_group("superadmin")) { $response .= "";