From 849244322e2d6d4b878f806b1bf355000bb0e229 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 21 Dec 2015 12:56:38 -0500 Subject: [PATCH] removing level 2 nesting test --- index.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/index.php b/index.php index b5f014e..db01542 100644 --- a/index.php +++ b/index.php @@ -216,13 +216,13 @@ function michsci_get_terms_dropdown() $output .= ' selected'; } $output .= '>' . "   " . $child->name . ''; - foreach($grandchildren as $grandchild){ - $output .= ''; - } +// foreach($grandchildren as $grandchild){ +// $output .= ''; +// } } } $output .=""; -- 2.17.1