From 040ea0c54cf649f7a1ff515f055086a43722a412 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Tue, 13 Nov 2012 12:40:03 +0000 Subject: [PATCH] Remove sync_directory function from lib_switch.php --- includes/lib_switch.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/includes/lib_switch.php b/includes/lib_switch.php index 69161f6935..14b2157885 100644 --- a/includes/lib_switch.php +++ b/includes/lib_switch.php @@ -1931,9 +1931,6 @@ function save_extension_xml() { fclose($fout); } - //syncrhonize the phone directory - sync_directory(); - //apply settings $_SESSION["reload_xml"] = true; }