Home
last modified time | relevance | path

Searched refs:show_any (Results 1 – 1 of 1) sorted by relevance

/web-bugs/include/
H A Dfunctions.php624 * @param int $show_any whether or not 'Any' should be an option. 'Any'
630 function show_package_options($current, $show_any, $default = '') argument
645 if (!$current && (!$default || $default == 'none') && !$show_any) {
647 } elseif (!$current && $show_any == 1) {
665 if ($show_any == 1 || $key != 'Any') {

Completed in 12 milliseconds