From eb4765c35ff727af0b87678930b5373912ad3af5 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 13 Feb 2014 19:04:17 +0000 Subject: [PATCH] evade-mail-admin: make disable-user work --- evade-mail-admin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evade-mail-admin b/evade-mail-admin index 4e5be40..930d718 100755 --- a/evade-mail-admin +++ b/evade-mail-admin @@ -481,7 +481,7 @@ sub action_disable_user { die unless $priv; $user = nextarg; nomoreargs; - $dbh->do('INSERT INTO disabled_users VALUES user (?)',{},$user); + $dbh->do('INSERT INTO disabled_users (user) VALUES (?)',{},$user); $dbh->commit; } -- 2.30.2