diff --git a/core_print_API.php b/core_print_API.php index f69b25b5a0..1c532be1a7 100644 --- a/core_print_API.php +++ b/core_print_API.php @@ -458,6 +458,20 @@ function print_language_option_list( $p_language ) { } # end for } # -------------------- + # @@@ preliminary support for multiple bug actions. + function print_all_bug_action_option_list() { + $zook_arr[0] = "Move Bugs"; + $zook_arr[1] = "Assign"; + $zook_arr[3] = "Resolve"; + $zook_arr[4] = "Update Priority"; + $zook_arr[4] = "Update Status"; + + $t_count = count( $zook_arr ); + for ($i=0;$i<$t_count;$i++) { + PRINT ""; + } + } + # -------------------- ########################################################################### # String printing API ########################################################################### diff --git a/view_all_inc.php b/view_all_inc.php index 5b91bfe27a..c9daf65308 100644 --- a/view_all_inc.php +++ b/view_all_inc.php @@ -280,6 +280,12 @@ +