mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-13 03:26:48 +01:00
Remove unused variable
This commit is contained in:
@@ -25,16 +25,6 @@ if (!$RCMAIL->config->get('devel_mode')) {
|
||||
die("Access denied!");
|
||||
}
|
||||
|
||||
$options = array(
|
||||
'use_transactions' => false,
|
||||
'log_line_break' => "\n",
|
||||
'idxname_format' => '%s',
|
||||
'debug' => false,
|
||||
'quote_identifier' => true,
|
||||
'force_defaults' => false,
|
||||
'portability' => true
|
||||
);
|
||||
|
||||
// @TODO: transaction here (if supported by DB) would be a good thing
|
||||
$res = $RCMAIL->db->query("DELETE FROM cache");
|
||||
if (PEAR::isError($res)) {
|
||||
|
||||
Reference in New Issue
Block a user