summaryrefslogtreecommitdiffstats
path: root/apps/contacts/ajax/uploadimport.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/contacts/ajax/uploadimport.php')
-rw-r--r--apps/contacts/ajax/uploadimport.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/contacts/ajax/uploadimport.php b/apps/contacts/ajax/uploadimport.php
index 9511520828f..80b282f38a3 100644
--- a/apps/contacts/ajax/uploadimport.php
+++ b/apps/contacts/ajax/uploadimport.php
@@ -70,6 +70,3 @@ if(file_exists($file['tmp_name'])) {
} else {
bailOut('Temporary file: \''.$file['tmp_name'].'\' has gone AWOL?');
}
-
-
-?>