diff options
Diffstat (limited to 'config.inc.php.dist')
| -rw-r--r-- | config.inc.php.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.inc.php.dist b/config.inc.php.dist index 20fe0e6..2bbc70b 100644 --- a/config.inc.php.dist +++ b/config.inc.php.dist @@ -82,5 +82,5 @@ $config['inbox_settings_keys_query'] = 'SELECT id, fingerprint, comment FROM pgp // %d - the domain part of the username // (in case the username is an email address) // %k - the key IDs being deleted -$config['inbox_settings_delete_keys_query'] = 'DELETE FROM pgp_keys WHERE id IN (%k) AND username = %u'; +$config['inbox_settings_delete_keys_query'] = 'DELETE FROM pgp_keys WHERE id IN %k AND username = %u'; ?> |
