Searched refs:show_any (Results 1 – 1 of 1) sorted by relevance
624 * @param int $show_any whether or not 'Any' should be an option. 'Any'630 function show_package_options($current, $show_any, $default = '') argument645 if (!$current && (!$default || $default == 'none') && !$show_any) {647 } elseif (!$current && $show_any == 1) {665 if ($show_any == 1 || $key != 'Any') {
Completed in 9 milliseconds