From ea4ae7f83159c51ec386754da04ace1bd0624dbb Mon Sep 17 00:00:00 2001 From: Deon George Date: Tue, 26 Apr 2011 12:06:33 +1000 Subject: [PATCH] SF Bug #3161571 - Error 0x02 A protocol error was detected --- lib/import_functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/import_functions.php b/lib/import_functions.php index c498d56..8ef40be 100644 --- a/lib/import_functions.php +++ b/lib/import_functions.php @@ -295,7 +295,7 @@ class ImportLDIF extends Import { return $current; } else - return false; + return array(); } /**