From 7e0c39fe78fbf92bf294ccb50f32a359226229ed Mon Sep 17 00:00:00 2001 From: Shish Date: Sat, 15 May 2010 14:20:40 +0100 Subject: [PATCH] get rid of extra bits --- ext/alias_editor/main.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/ext/alias_editor/main.php b/ext/alias_editor/main.php index 3b9b1b27..a61d1275 100644 --- a/ext/alias_editor/main.php +++ b/ext/alias_editor/main.php @@ -83,9 +83,7 @@ class AliasEditor extends SimpleExtension { } else if($event->get_arg(0) == "import") { if($user->is_admin()) { - print_r($_FILES); if(count($_FILES) > 0) { - global $database; $tmp = $_FILES['alias_file']['tmp_name']; $contents = file_get_contents($tmp); $this->add_alias_csv($database, $contents);