Remove sync_directory function from lib_switch.php

This commit is contained in:
Mark Crane
2012-11-13 12:40:03 +00:00
parent 983f2a059d
commit 040ea0c54c

View File

@@ -1931,9 +1931,6 @@ function save_extension_xml() {
fclose($fout);
}
//syncrhonize the phone directory
sync_directory();
//apply settings
$_SESSION["reload_xml"] = true;
}