Comment out the ivr menu xml class until its ready to use in the future

This commit is contained in:
Mark Crane
2014-07-18 02:06:43 +00:00
parent 8bf2c77896
commit 822d5ec46c
+3 -2
View File
@@ -735,6 +735,7 @@ include "root.php";
} }
function get_xml(){ function get_xml(){
/*
//set the global variables //set the global variables
global $db; global $db;
@@ -804,7 +805,7 @@ include "root.php";
$tmp .= " <!-- $ivr_menu_description -->\n"; $tmp .= " <!-- $ivr_menu_description -->\n";
} }
if (count($_SESSION["domains"]) > 1) { if (count($_SESSION["domains"]) > 1) {
$tmp .= " <menu name=\"".$_SESSION['domains'][$_SESSION['domain_uuid']['domain_name']."-".$ivr_menu_name."\"\n"; $tmp .= " <menu name=\"".$_SESSION['domains'][$_SESSION['domain_uuid']['domain_name']."-".$ivr_menu_name."\n";
} }
else { else {
$tmp .= " <menu name=\"$ivr_menu_name\"\n"; $tmp .= " <menu name=\"$ivr_menu_name\"\n";
@@ -886,7 +887,7 @@ include "root.php";
fclose($fout); fclose($fout);
} }
} }
*/
return $xml; return $xml;
} }