Fix the app/xml_cdr/app_languages.php and remove the include ot the import when viewing xml cdr.

This commit is contained in:
markjcrane
2015-12-19 22:04:05 -07:00
parent fba3fb039f
commit 1d8a3b7f9a
2 changed files with 1 additions and 5 deletions

View File

@@ -571,7 +571,6 @@ $text['label-network_addr']['uk'] = "";
$text['label-network_addr']['de-at'] = "Netzwerk Adresse";
$text['label-network_addr']['he'] = "כתובת רשת";
<<<<<<< HEAD
$text['label-mos_score']['en-us'] = "MOS Score";
$text['label-mos_score']['es-cl'] = "";
$text['label-mos_score']['pt-pt'] = "";
@@ -1233,4 +1232,4 @@ $text['button-advanced_search']['uk'] = "";
$text['button-advanced_search']['de-at'] = "Erweiterte Suche";
$text['button-advanced_search']['he'] = "חיפוש מתקדם";
?>
?>

View File

@@ -34,9 +34,6 @@ else {
exit;
}
//import xml_cdr files
require_once "v_xml_cdr_import.php";
//additional includes
require_once "resources/paging.php";