Update xml_cdr_import_update.php

This commit is contained in:
FusionPBX 2018-02-23 10:04:16 -07:00 committed by GitHub
parent 33234aed2b
commit d84ab6662e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 9 deletions

View File

@ -47,17 +47,17 @@
$var_value = trim($row["var_value"]);
switch ($var_value) {
case "dir":
$xml_cdr_archive = 'dir';
break;
$xml_cdr_archive = 'dir';
break;
case "db":
$xml_cdr_archive = 'db';
break;
$xml_cdr_archive = 'db';
break;
case "none":
$xml_cdr_archive = 'none';
break;
$xml_cdr_archive = 'none';
break;
default:
$xml_cdr_archive = 'dir';
break;
$xml_cdr_archive = 'dir';
break;
}
//get the list of installed apps from the core and mod directories
@ -155,4 +155,4 @@
//echo finished
echo "completed\n";
}
?>
?>