From fe05c1cb03466ddb2ffd24f6ddeab8c335e53869 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Tue, 28 Jun 2011 15:52:26 +0000 Subject: [PATCH] Change selectbox back after --- .../inc/class.importexport_admin_prefs_sidebox_hooks.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/importexport/inc/class.importexport_admin_prefs_sidebox_hooks.inc.php b/importexport/inc/class.importexport_admin_prefs_sidebox_hooks.inc.php index 7be0dd2ea0..6ddd99f789 100644 --- a/importexport/inc/class.importexport_admin_prefs_sidebox_hooks.inc.php +++ b/importexport/inc/class.importexport_admin_prefs_sidebox_hooks.inc.php @@ -167,6 +167,7 @@ if(actionMgr && objectMgr && win.egwAction) { toggle_select = true; } else { alert(\''.lang('You need to select some entries first!').'\'); + this.value = \'\'; return false; } }