colly_wyx
2018-04-08 b0d97c42d17f47bad97b442216162374d8be11c0
application/library/Util.php
@@ -18,9 +18,9 @@
            else{
               $html .="<option value='".$module['_id']."' ".($selected == $module['_id']? "seleced":'').">".str_repeat('&nbsp&nbsp', $deep)."└".$module['name']."</option>";
            }
            $deep ++;
            $_deep = $deep + 1;
            unset($modules[$key]);
            self::getModules($modules, $module['_id'], $deep, $selected);
            self::getModules($modules, $module['_id'], $_deep, $selected);
         }
         
      }