diff options
-rw-r--r-- | program/steps/utils/killcache.inc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/program/steps/utils/killcache.inc b/program/steps/utils/killcache.inc index eb9645089..033cdd075 100644 --- a/program/steps/utils/killcache.inc +++ b/program/steps/utils/killcache.inc @@ -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)) { |