Aleksander Machniak
2012-08-08 2b992c5683716faee80e2e0936dc2bbd01b3de09
Remove unused variable
1 files modified
10 ■■■■■ changed files
program/steps/utils/killcache.inc 10 ●●●●● patch | view | raw | blame | history
program/steps/utils/killcache.inc
@@ -25,16 +25,6 @@
    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)) {