From 6eeac714b3bb1f54f3c763369ddc44339a99c805 Mon Sep 17 00:00:00 2001 From: mcrane Date: Thu, 6 Aug 2009 22:29:20 -0600 Subject: FreeSWITCH dev change the way the menu is called to make it more flexible. --- config/freeswitch_dev/v_config.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/freeswitch_dev/v_config.inc') diff --git a/config/freeswitch_dev/v_config.inc b/config/freeswitch_dev/v_config.inc index 711eb1e3..19f709bd 100644 --- a/config/freeswitch_dev/v_config.inc +++ b/config/freeswitch_dev/v_config.inc @@ -105,7 +105,7 @@ function build_menu() { $tab_array[] = array(gettext("Vars"), $menu_selected, "/packages/freeswitch/v_vars.php"); unset($menu_selected); - return $tab_array; + display_top_tabs($tab_array); } @@ -3000,7 +3000,7 @@ function v_php_install_command() global $config; - $v_package_version = "0.9.7.4"; + $v_package_version = "0.9.7.5"; $v_build_version = "1.0.4"; $v_build_revision = "14306"; -- cgit v1.2.3